Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28312
b: refs/heads/master
c: ca85485
h: refs/heads/master
v: v3
  • Loading branch information
Paul Fulghum authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent 9e0d977 commit 13c92c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 57845bd104233cb75b9ab3624f7ea7662298bc27
refs/heads/master: ca85485c1f482e6625f36aceb85eaaeff4b22d79
10 changes: 5 additions & 5 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ static int serial_open (struct tty_struct *tty, struct file * filp)

++port->open_count;

if (port->open_count == 1) {
/* set up our port structure making the tty driver
* remember our port object, and us it */
tty->driver_data = port;
port->tty = tty;

/* set up our port structure making the tty driver
* remember our port object, and us it */
tty->driver_data = port;
port->tty = tty;
if (port->open_count == 1) {

/* lock this module before we call it
* this may fail, which means we must bail out,
Expand Down

0 comments on commit 13c92c5

Please sign in to comment.