Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22077
b: refs/heads/master
c: 96050b1
h: refs/heads/master
i:
  22075: 28f033c
v: v3
  • Loading branch information
Julian Bradfield authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent b71c30d commit b07e8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a5c44e29e5637b5e6fe59d225eb4f438688b3849
refs/heads/master: 96050b11f690878c19c1cd39970ab7325d91e18b
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ static void pl2303_update_line_status(struct usb_serial_port *port,
spin_lock_irqsave(&priv->lock, flags);
priv->line_status = data[status_idx];
spin_unlock_irqrestore(&priv->lock, flags);
wake_up_interruptible (&priv->delta_msr_wait);

exit:
return;
Expand Down

0 comments on commit b07e8ff

Please sign in to comment.