Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95798
b: refs/heads/master
c: 21ae1dd
h: refs/heads/master
v: v3
  • Loading branch information
Leonardo Chiquitto authored and Greg Kroah-Hartman committed May 2, 2008
1 parent 8d56092 commit 9b4bcd9
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: cef03f8f1d5042e85de431d739eeded89d79999b
refs/heads/master: 21ae1dd1d4948968ad2d923c5e104d38fb35b4e4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/airprime.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static void airprime_close(struct usb_serial_port *port, struct file * filp)
mutex_lock(&port->serial->disc_mutex);
if (!port->serial->disconnected)
airprime_send_setup(port);
mutex_lock(&port->serial->disc_mutex);
mutex_unlock(&port->serial->disc_mutex);

for (i = 0; i < NUM_READ_URBS; ++i) {
usb_kill_urb (priv->read_urbp[i]);
Expand Down

0 comments on commit 9b4bcd9

Please sign in to comment.