Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304419
b: refs/heads/master
c: 22fa2fe
h: refs/heads/master
i:
  304417: 8337ea3
  304415: d9291dc
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 24, 2012
1 parent f32676e commit 7cf6afb
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: c471bf65f78fc6841a2c59b1e9377b6b8d40965f
refs/heads/master: 22fa2fe0a496b6a0c0a75df862cfa7269babcb74
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 7cf6afb

Please sign in to comment.