Commit b46794df authored by Luis Carlos Cobo's avatar Luis Carlos Cobo Committed by John W. Linville

[PATCH] libertas: add URB debug info

Signed-off-by: default avatarLuis Carlos Cobo <luisca@cozybit.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 60045136
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment