Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280768
b: refs/heads/master
c: d5e450e
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Nov 15, 2011
1 parent 6fa1d3f commit f1573ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7da02cdcdf4b31cfba501d87e63bce2ddd58872e
refs/heads/master: d5e450ee4f6d88711879592e30c0fb1cf14bf504
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/oti6858.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ static int oti6858_open(struct tty_struct *tty, struct usb_serial_port *port)
dev_err(&port->dev, "%s(): usb_submit_urb() failed"
" with error %d\n", __func__, result);
oti6858_close(port);
return -EPROTO;
return result;
}

/* setup termios */
Expand Down

0 comments on commit f1573ea

Please sign in to comment.