]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ch341: remove redundant close from open error path
authorJohan Hovold <johan@kernel.org>
Thu, 19 Feb 2015 05:34:41 +0000 (12:34 +0700)
committerJohan Hovold <johan@kernel.org>
Thu, 26 Feb 2015 17:13:02 +0000 (18:13 +0100)
commitd4d8da182d680fecd375ba765257ed07f77b65ca
tree6de716e53404d525fcde98851c51569eb545bcb1
parentb7d65746744b343701de14ca433982a3229390be
USB: ch341: remove redundant close from open error path

Remove redundant call to ch341_close from error path when submission of
the interrupt urb fails in open.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ch341.c