ChangeSet 1.2181.4.84, 2005/03/28 12:35:20-08:00, [EMAIL PROTECTED]
[PATCH] usb/kl5kusb105: change parameters of usb_control_msg() to msecs
Use milliseconds at the timeout parameter in the call to
usb_control_msg() to match the converted interface.
Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
kl5kusb105.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/usb/serial/kl5kusb105.c b/drivers/usb/serial/kl5kusb105.c
--- a/drivers/usb/serial/kl5kusb105.c 2005-03-30 15:21:57 -08:00
+++ b/drivers/usb/serial/kl5kusb105.c 2005-03-30 15:21:57 -08:00
@@ -236,7 +236,7 @@
0, /* value */
0, /* index */
status_buf, KLSI_STATUSBUF_LEN,
- 10*HZ
+ 10000
);
if (rc < 0)
err("Reading line status failed (error = %d)", rc);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html