Files
android_kernel_xiaomi_sm8450/drivers/usb/serial
Alan Stern 320348c8d5 usb-serial: straighten out serial_open
This patch (as1291) removes a bunch of code from serial_open(), things
that were rendered unnecessary by earlier patches.  A missing spinlock
is added to protect port->port.count, which needs to be incremented
even if the open fails but not if the tty has gotten a hangup.  The
test for whether the hardware has been initialized, based on the use
count, is replaced by a more transparent test of the
ASYNCB_INITIALIZED bit in the port flags.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-19 13:13:42 -07:00
..
2009-09-19 13:13:33 -07:00
2008-07-22 13:03:22 -07:00
2009-09-19 13:13:33 -07:00
2008-07-22 13:03:23 -07:00
2009-09-19 13:13:33 -07:00
2008-07-22 13:03:23 -07:00
2009-09-19 13:13:33 -07:00
2008-02-01 14:34:47 -08:00
2009-09-19 13:13:33 -07:00
2009-09-19 13:13:33 -07:00
2009-04-17 10:50:24 -07:00
2009-09-19 13:13:33 -07:00
2007-08-22 14:27:43 -07:00
2009-09-19 13:13:33 -07:00
2008-07-22 13:03:22 -07:00