]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: serial: io_ti: drop redundant read-urb check
authorJohan Hovold <johan@kernel.org>
Thu, 16 Mar 2017 16:13:44 +0000 (17:13 +0100)
committerJohan Hovold <johan@kernel.org>
Tue, 28 Mar 2017 09:00:11 +0000 (11:00 +0200)
commit772b2c5d6c929d9d35e9c915dea8df8c6a799aed
tree007d9604e8af9cc7eb3bc7b5551fe519e7af17e8
parent9c8299b43e577828057988eb8bd4920ab656022b
USB: serial: io_ti: drop redundant read-urb check

Drop the redundant read-urb check from open. The presence of a bulk-in
endpoint is now verified during probe and core has allocated the
corresponding resources.

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