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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Aug 2020 11:07:33 +0000 (13:07 +0200)
commit37c24e3f601aef1fb8593d53a5d8ec913e066475
treed929552e2679244756d76225d38493f36c34f165
parent8b6aebd9aff8ef36430fad4f98ec1d64ea12b63f
USB: serial: ftdi_sio: make process-packet buffer unsigned

[ Upstream commit ab4cc4ef6724ea588e835fc1e764c4b4407a70b7 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/usb/serial/ftdi_sio.c