Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326071
b: refs/heads/master
c: 7ebcb33
h: refs/heads/master
i:
  326069: cd6378d
  326067: 6f78325
  326063: a545cba
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 14, 2012
1 parent b484bb5 commit b7b06a9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 049c6b4e8f85d9ef5f26c8a974e5e9fb084f8ce0
refs/heads/master: 7ebcb334433fa73c74b0c397fab831cdc2000418
6 changes: 2 additions & 4 deletions trunk/drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2474,14 +2474,12 @@ static int keyspan_startup(struct usb_serial *serial)
if (s_priv->instat_urb != NULL) {
err = usb_submit_urb(s_priv->instat_urb, GFP_KERNEL);
if (err != 0)
dev_dbg(&port->dev, "%s - submit instat urb failed %d\n", __func__,
err);
dev_dbg(&serial->dev->dev, "%s - submit instat urb failed %d\n", __func__, err);
}
if (s_priv->indat_urb != NULL) {
err = usb_submit_urb(s_priv->indat_urb, GFP_KERNEL);
if (err != 0)
dev_dbg(&port->dev, "%s - submit indat urb failed %d\n", __func__,
err);
dev_dbg(&serial->dev->dev, "%s - submit indat urb failed %d\n", __func__, err);
}

return 0;
Expand Down

0 comments on commit b7b06a9

Please sign in to comment.