USB: serial: cp210x: use in-kernel types in port data
authorJohan Hovold <johan@kernel.org>
Mon, 13 Jul 2020 10:55:17 +0000 (12:55 +0200)
committerJohan Hovold <johan@kernel.org>
Tue, 14 Jul 2020 09:50:45 +0000 (11:50 +0200)
commit16045babc7985cef48b355540d11bd942220931d
tree4d896eddc58707f8a6803bda27af47136abb7784
parentba84190eab5ba27c171b610ec1d8e0957638d8ec
USB: serial: cp210x: use in-kernel types in port data

The port data is not exported to user space so use the in-kernel u8
type.

Link: https://lore.kernel.org/r/20200713105517.27796-6-johan@kernel.org
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c