Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303961
b: refs/heads/master
c: e4083ea
h: refs/heads/master
i:
  303959: 154a642
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 15, 2012
1 parent 8e0d861 commit 9da2dd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fe2baf87a82dd44f74cfc6e24adc8b8bdfb37bb6
refs/heads/master: e4083ea5a78d242761507bf61f7e57c7e85b8bd3
8 changes: 4 additions & 4 deletions trunk/drivers/usb/serial/symbolserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ static void symbol_int_callback(struct urb *urb)
case -ENOENT:
case -ESHUTDOWN:
/* this urb is terminated, clean up */
dbg("%s - urb shutting down with status: %d",
__func__, status);
dev_dbg(&port->dev, "%s - urb shutting down with status: %d\n",
__func__, status);
return;
default:
dbg("%s - nonzero urb status received: %d",
__func__, status);
dev_dbg(&port->dev, "%s - nonzero urb status received: %d\n",
__func__, status);
goto exit;
}

Expand Down

0 comments on commit 9da2dd2

Please sign in to comment.