]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/usb/line6/driver.c
ALSA: line6: fixup of line6_start_timer argument type
[karo-tx-linux.git] / sound / usb / line6 / driver.c
index 3cf12ccdd72e2107069d811b100ef6bbf8dcd2fa..e2a2603a1ca39d57b801379d43d89ec5efbf83c0 100644 (file)
@@ -162,7 +162,7 @@ static int line6_send_raw_message_async_part(struct message *msg,
 /*
        Setup and start timer.
 */
-void line6_start_timer(struct timer_list *timer, unsigned int msecs,
+void line6_start_timer(struct timer_list *timer, unsigned long msecs,
                       void (*function)(unsigned long), unsigned long data)
 {
        setup_timer(timer, function, data);