Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74445
b: refs/heads/master
c: 77b6901
h: refs/heads/master
i:
  74443: e21e57c
v: v3
  • Loading branch information
Peter Korsgaard authored and Jeff Garzik committed Nov 24, 2007
1 parent 39e07c8 commit 3ad99ed
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: 9e555930bd873d238f5f7b9d76d3bf31e6e3ce93
refs/heads/master: 77b6901573066d6eadfcf66161a5768f3d2de9e9
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/dm9601.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static void dm_write_async_callback(struct urb *urb)
struct usb_ctrlrequest *req = (struct usb_ctrlrequest *)urb->context;

if (urb->status < 0)
printk(KERN_DEBUG "dm_write_async_callback() failed with %d",
printk(KERN_DEBUG "dm_write_async_callback() failed with %d\n",
urb->status);

kfree(req);
Expand Down

0 comments on commit 3ad99ed

Please sign in to comment.