USB: serial: io_ti: drop short control-transfer check
authorJohan Hovold <johan@kernel.org>
Mon, 18 Jan 2021 11:14:23 +0000 (12:14 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 18 Jan 2021 13:26:36 +0000 (14:26 +0100)
commit66db94786e94fe2c060ab31bd8ed0308810ab610
treed8564d0672cc339bb22a1c178db2b303556b2f11
parent2dc0e7c37549038444a5202e028ff5625c764012
USB: serial: io_ti: drop short control-transfer check

There's no need to check for short control transfers when sending data
so remove the redundant sanity check.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/io_ti.c