commit | 75d22b323fad49715068f74af9e65dbaba06614e | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Mar 21 12:36:34 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 25 13:44:18 2013 -0700 |
tree | 8f672478bc400f5b0fd45f93cddf17dc6b6d534c | |
parent | d7f08452ffd3abbc2dbbf763cdec05496923f3b7 [diff] |
USB: keyspan_pda: 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>