USB: serial: ftdi_sio: make process-packet buffer unsigned
authorJohan Hovold <johan@kernel.org>
Wed, 8 Jul 2020 12:49:51 +0000 (14:49 +0200)
committerJohan Hovold <johan@kernel.org>
Thu, 9 Jul 2020 07:19:25 +0000 (09:19 +0200)
commitab4cc4ef6724ea588e835fc1e764c4b4407a70b7
tree91a2f65c8dbf077479473fd2e4f549d33bd9ae16
parent74b76256f3d9096431556e2afdc60027b81f41b2
USB: serial: ftdi_sio: make process-packet buffer unsigned

Use an unsigned type for the process-packet buffer argument and give it
a more apt name.

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