diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-28 14:00:55 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-28 14:00:55 -0400 |
commit | 02d5f0857bc2962625fa2d34957d43a9e3175eb4 (patch) | |
tree | 1146b3a025f8257a99b9a02eb62a4e338bb6ec01 /drivers/usb/serial/usb-serial.c | |
parent | 659597b77493959c699b4e99841a2c778eaa70bc (diff) | |
parent | 482b0b5d82bd916cc0c55a2abf65bdc69023b843 (diff) |
Merge branch 'usb-linus' into usb-next
This lets us fix the build error that happens when these two trees are merged
together.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/usb-serial.c')
-rw-r--r-- | drivers/usb/serial/usb-serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c index 5eb96df8de05..57e6f53a3dac 100644 --- a/drivers/usb/serial/usb-serial.c +++ b/drivers/usb/serial/usb-serial.c | |||
@@ -892,6 +892,7 @@ static int usb_serial_probe(struct usb_interface *interface, | |||
892 | port->port.ops = &serial_port_ops; | 892 | port->port.ops = &serial_port_ops; |
893 | port->serial = serial; | 893 | port->serial = serial; |
894 | spin_lock_init(&port->lock); | 894 | spin_lock_init(&port->lock); |
895 | init_waitqueue_head(&port->delta_msr_wait); | ||
895 | /* Keep this for private driver use for the moment but | 896 | /* Keep this for private driver use for the moment but |
896 | should probably go away */ | 897 | should probably go away */ |
897 | INIT_WORK(&port->work, usb_serial_port_work); | 898 | INIT_WORK(&port->work, usb_serial_port_work); |