Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303596
b: refs/heads/master
c: 33f7a67
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 24, 2012
1 parent 2832aed commit 147e30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 92206f47d969724023694b264196847d4c84487f
refs/heads/master: 33f7a67e477f780b82ef36ce358f6d5290d6a9b2
5 changes: 3 additions & 2 deletions trunk/drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1559,8 +1559,9 @@ static void qt_unthrottle(struct tty_struct *tty)
qt_read_bulk_callback, port);
result = usb_submit_urb(port->read_urb, GFP_ATOMIC);
if (result)
err("%s - failed restarting read urb, error %d",
__func__, result);
dev_err(&port->dev,
"%s - failed restarting read urb, error %d\n",
__func__, result);
}
}
mutex_unlock(&qt_port->lock);
Expand Down

0 comments on commit 147e30d

Please sign in to comment.