]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/usb/serial/mos7840.c
USB: mos7840: remove bogus disconnect test in close
authorJohan Hovold <jhovold@gmail.com>
Thu, 21 Mar 2013 11:36:35 +0000 (12:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:44:18 +0000 (13:44 -0700)
commitbb3529c6a01fce3e23c968982f46fa46a0095345
tree836548fb2445b1b35c2e467e53cdb5e4fd91b52f
parent75d22b323fad49715068f74af9e65dbaba06614e
USB: mos7840: remove bogus disconnect test in close

Remove bogus (and unnecessary) test for serial->dev being NULL in close.

The device is never cleared, and close is never called after a completed
disconnect anyway.

Simplify urb killing, and remove some related debug and dead code while
at it.

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