Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361927
b: refs/heads/master
c: eba0e3c
h: refs/heads/master
i:
  361925: 78aabf9
  361923: f1b6fcc
  361919: f62b9ec
v: v3
  • Loading branch information
Ming Lei authored and Greg Kroah-Hartman committed Mar 26, 2013
1 parent 0a97606 commit de857c1
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: 85ecd0322b9a1a9f451d9150e9460ab42fd17219
refs/heads/master: eba0e3c3a0ba7b96f01cbe997680f6a4401a0bfc
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ static int usb_serial_probe(struct usb_interface *interface,
port->port.ops = &serial_port_ops;
port->serial = serial;
spin_lock_init(&port->lock);
init_waitqueue_head(&port->delta_msr_wait);
/* Keep this for private driver use for the moment but
should probably go away */
INIT_WORK(&port->work, usb_serial_port_work);
Expand Down

0 comments on commit de857c1

Please sign in to comment.