vserver 2.0-pre4
[linux-2.6.git] / drivers / char / cyclades.c
index 6a5337b..1cf94f1 100644 (file)
@@ -4054,7 +4054,7 @@ cy_ioctl(struct tty_struct *tty, struct file * file,
            break;
 #endif /* CONFIG_CYZ_INTR */
        case CYSETWAIT:
-           info->closing_wait = (unsigned short)arg * HZ/100;
+           info->closing_wait = (unsigned int)arg * HZ/100;
            ret_val = 0;
            break;
        case CYGETWAIT: