Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280770
b: refs/heads/master
c: c6249ff
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Nov 15, 2011
1 parent ffb5314 commit 9a8729b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e1f49011973ff3e67014d03cac50593004cee3c
refs/heads/master: c6249ff7521c0211e9daa37f07a4c016a5c4d454
2 changes: 2 additions & 0 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ static int serial_write(struct tty_struct *tty, const unsigned char *buf,

/* pass on to the driver specific version of this function */
retval = port->serial->type->write(tty, port, buf, count);
if (retval < 0)
retval = usb_translate_errors(retval);
exit:
return retval;
}
Expand Down

0 comments on commit 9a8729b

Please sign in to comment.