Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26671
b: refs/heads/master
c: 704936a
h: refs/heads/master
i:
  26669: 8633eda
  26667: ee10643
  26663: 8801063
  26655: c4842b5
v: v3
  • Loading branch information
Luiz Fernando Capitulino authored and Greg Kroah-Hartman committed May 12, 2006
1 parent 6f6f57c commit 8bba981
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: 16c23f7d88cbcce491f9370b2846fad66e8ef319
refs/heads/master: 704936a25bda9bb12e35bb222d5e3f26186dc279
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 @@ -225,9 +225,9 @@ static int serial_open (struct tty_struct *tty, struct file * filp)
bailout_module_put:
module_put(serial->type->driver.owner);
bailout_kref_put:
kref_put(&serial->kref, destroy_serial);
port->open_count = 0;
mutex_unlock(&port->mutex);
kref_put(&serial->kref, destroy_serial);
return retval;
}

Expand Down

0 comments on commit 8bba981

Please sign in to comment.