Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199839
b: refs/heads/master
c: 109f34e
h: refs/heads/master
i:
  199837: 714083a
  199835: 8f296b0
  199831: 7e5afce
  199823: c458df7
  199807: 9646fd7
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 00a9164 commit bbe6799
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1f23b2d98c11fed43c552a5dbd00c793f81a8736
refs/heads/master: 109f34e71b9049a57f6cdf3f1da6bee2b722b259
3 changes: 1 addition & 2 deletions trunk/drivers/usb/serial/digi_acceleport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,8 +1239,7 @@ static void digi_write_bulk_callback(struct urb *urb)

/* port and serial sanity check */
if (port == NULL || (priv = usb_get_serial_port_data(port)) == NULL) {
dev_err(&port->dev,
"%s: port or port->private is NULL, status=%d\n",
pr_err("%s: port or port->private is NULL, status=%d\n",
__func__, status);
return;
}
Expand Down

0 comments on commit bbe6799

Please sign in to comment.