commit | e6d144bc27da921b81d46eb7cac461be59ae301b | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Mar 21 12:36:37 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 25 13:44:18 2013 -0700 |
tree | 758498e98825111283a14bf0cc95e9dbfbe44c9f | |
parent | 9c210bfa29dc3845ae61b544f673d9753ffa3618 [diff] |
USB: usb_wwan: 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. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>