Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325590
b: refs/heads/master
c: ca4ff10
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Jun 14, 2012
1 parent d2bdfc0 commit 0c1f85c
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: bc1e99d93f096d5736c0bd3c2d17e13f27b6eb09
refs/heads/master: ca4ff100d36b2c1da93a0a121177f73eea154471
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int serial_install(struct tty_driver *driver, struct tty_struct *tty)
if (retval)
goto error_get_interface;

retval = tty_standard_install(driver, tty);
retval = tty_port_install(&port->port, driver, tty);
if (retval)
goto error_init_termios;

Expand Down

0 comments on commit 0c1f85c

Please sign in to comment.