]> Pileus Git - ~andy/linux/commit
USB: garmin_gps: remove bogus disconnect test in bulk callback
authorJohan Hovold <jhovold@gmail.com>
Thu, 21 Mar 2013 11:37:49 +0000 (12:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:54:32 +0000 (13:54 -0700)
commit5dbabace4f8514500c729d3e4fe10b2811a35f15
treeffa6b6397ba307fb47d2dc067756b8d46abf222a
parent91972724525829a9399a2cb41e60cad853b09229
USB: garmin_gps: remove bogus disconnect test in bulk callback

Remove bogus disconnect test for serial device being NULL in read bulk
callback. This can never happen as the port read urb is killed (and
poisoned) at close, which in turn is guaranteed to be called before the
last tty reference is dropped (and port->serial is cleared).

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/garmin_gps.c