Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57646
b: refs/heads/master
c: b46794d
h: refs/heads/master
v: v3
  • Loading branch information
Luis Carlos Cobo authored and John W. Linville committed Jun 11, 2007
1 parent e943d93 commit 0dcd475
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: 60045136ab5c4a431c05a93804cb8f054240b34e
refs/heads/master: b46794dffab643e69d41c58a1a39c57b03826813
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static void if_usb_write_bulk_callback(struct urb *urb)

if (urb->status != 0) {
/* print the failure status number for debug */
lbs_pr_info("URB in failure status\n");
lbs_pr_info("URB in failure status: %d\n", urb->status);
} else {
/*
lbs_deb_usbd(&urb->dev->dev, "URB status is successfull\n");
Expand Down

0 comments on commit 0dcd475

Please sign in to comment.