Skip to content

Commit

Permalink
[PATCH] libertas: add URB debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luis Carlos Cobo authored and John W. Linville committed Jun 11, 2007
1 parent 6004513 commit b46794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 b46794d

Please sign in to comment.