Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303712
b: refs/heads/master
c: d8ec7a7
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 955bda0 commit 1464d84
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e1a344d3ded6df7c1938e7f70b9f28c15358e7ba
refs/heads/master: d8ec7a7c1c2139ace5b8da79600bcef756e0b349
4 changes: 2 additions & 2 deletions trunk/drivers/usb/misc/usblcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ static void lcd_write_bulk_callback(struct urb *urb)
!(status == -ENOENT ||
status == -ECONNRESET ||
status == -ESHUTDOWN)) {
dbg("USBLCD: %s - nonzero write bulk status received: %d",
__func__, status);
dev_dbg(&dev->interface->dev,
"nonzero write bulk status received: %d\n", status);
}

/* free up our allocated buffer */
Expand Down

0 comments on commit 1464d84

Please sign in to comment.