Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28388
b: refs/heads/master
c: b059c81
h: refs/heads/master
v: v3
  • Loading branch information
Frank Gevaerts authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent 1bead7f commit e48cc97
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: 4186c29ca199063facdda49851b4c863699687b1
refs/heads/master: b059c81af7a1759a911cfc20ce8a4bf47c435830
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 @@ -237,6 +237,8 @@ static int serial_open (struct tty_struct *tty, struct file * filp)
module_put(serial->type->driver.owner);
bailout_mutex_unlock:
port->open_count = 0;
tty->driver_data = NULL;
port->tty = NULL;
mutex_unlock(&port->mutex);
bailout_kref_put:
usb_serial_put(serial);
Expand Down

0 comments on commit e48cc97

Please sign in to comment.