Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303567
b: refs/heads/master
c: b864cbe
h: refs/heads/master
i:
  303565: 5c470e0
  303563: c3f3cb8
  303559: 7e7e019
  303551: 246d115
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 20, 2012
1 parent c5840fe commit 3b16208
Show file tree
Hide file tree
Showing 2 changed files with 4 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: de15fe3ed9c3d959adb6c3ccd28dc63f4a1337a9
refs/heads/master: b864cbe7c7d2e9db04ff89a9a0da1035afe8081b
4 changes: 3 additions & 1 deletion trunk/drivers/staging/comedi/drivers/vmk80xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@ static void vmk80xx_rx_callback(struct urb *urb)
if (!usb_submit_urb(urb, GFP_KERNEL))
goto exit;

err("comedi#: vmk80xx: %s - submit urb failed\n", __func__);
dev_err(&urb->dev->dev,
"comedi#: vmk80xx: %s - submit urb failed\n",
__func__);

usb_unanchor_urb(urb);
}
Expand Down

0 comments on commit 3b16208

Please sign in to comment.