Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235571
b: refs/heads/master
c: c976cc3
h: refs/heads/master
i:
  235569: b639343
  235567: efd49da
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Feb 28, 2011
1 parent 03462e3 commit aa23a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2c590f3ca99c193a04fe90ec89046138b66fcc1e
refs/heads/master: c976cc3aa99e813084fc4bd295c9f7b706738b48
4 changes: 2 additions & 2 deletions trunk/drivers/staging/generic_serial/generic_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ void gs_close(struct tty_struct * tty, struct file * filp)
* line status register.
*/

spin_lock_irqsave(&port->driver_lock, flags);
spin_lock(&port->driver_lock);
port->rd->disable_rx_interrupts (port);
spin_unlock_irqrestore(&port->driver_lock, flags);
spin_unlock(&port->driver_lock);
spin_unlock_irqrestore(&port->port.lock, flags);

/* close has no way of returning "EINTR", so discard return value */
Expand Down

0 comments on commit aa23a00

Please sign in to comment.