Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304412
b: refs/heads/master
c: 151373a
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 23, 2012
1 parent ac211ce commit 72c13ed
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: f860b0cd8d185f18273921cc75543addf89f05ee
refs/heads/master: 151373aaff439ab4b1ff7f43cff2cbdd9f4a94f5
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 @@ -297,7 +297,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 72c13ed

Please sign in to comment.