USB: serial: io_ti: clean up vendor-request helpers
authorJohan Hovold <johan@kernel.org>
Mon, 12 Apr 2021 09:47:29 +0000 (11:47 +0200)
committerJohan Hovold <johan@kernel.org>
Tue, 13 Apr 2021 16:23:24 +0000 (18:23 +0200)
commite8d89db01a97be04050fb2bc74ed6b6f01ed9169
treee7b7f0c2e08dcab12eed0a9bef9574eab20afb1c
parentbd49224a2ecf19bf5ce9128d8175fa69eeb952b5
USB: serial: io_ti: clean up vendor-request helpers

Clean up the vendor-request helpers by using kernel-types consistently
and using void pointers for the data arguments, which allows removing
a cast from one caller.

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