Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95781
b: refs/heads/master
c: 0430421
h: refs/heads/master
i:
  95779: bbd700f
v: v3
  • Loading branch information
Rusty Russell authored and Greg Kroah-Hartman committed May 2, 2008
1 parent 14cde13 commit 1fe033a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b28884c1729940df83d87c515a5e66e5afbe9dea
refs/heads/master: 043042109b24a1bd418db7cd509dadc5d120daf1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/libusual.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static int usu_probe(struct usb_interface *intf,
stat[type].fls |= USU_MOD_FL_THREAD;
spin_unlock_irqrestore(&usu_lock, flags);

task = kthread_run(usu_probe_thread, (void*)type, "libusual_%d", type);
task = kthread_run(usu_probe_thread, (void*)type, "libusual_%ld", type);
if (IS_ERR(task)) {
rc = PTR_ERR(task);
printk(KERN_WARNING "libusual: "
Expand Down

0 comments on commit 1fe033a

Please sign in to comment.