diff options
Diffstat (limited to 'drivers/usb/storage/libusual.c')
-rw-r--r-- | drivers/usb/storage/libusual.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/libusual.c b/drivers/usb/storage/libusual.c index a28d49122e7a..d617e8ae6b00 100644 --- a/drivers/usb/storage/libusual.c +++ b/drivers/usb/storage/libusual.c | |||
@@ -135,7 +135,7 @@ static int usu_probe(struct usb_interface *intf, | |||
135 | stat[type].fls |= USU_MOD_FL_THREAD; | 135 | stat[type].fls |= USU_MOD_FL_THREAD; |
136 | spin_unlock_irqrestore(&usu_lock, flags); | 136 | spin_unlock_irqrestore(&usu_lock, flags); |
137 | 137 | ||
138 | task = kthread_run(usu_probe_thread, (void*)type, "libusual_%d", type); | 138 | task = kthread_run(usu_probe_thread, (void*)type, "libusual_%ld", type); |
139 | if (IS_ERR(task)) { | 139 | if (IS_ERR(task)) { |
140 | rc = PTR_ERR(task); | 140 | rc = PTR_ERR(task); |
141 | printk(KERN_WARNING "libusual: " | 141 | printk(KERN_WARNING "libusual: " |