commit | ce054039ba5e47b75a3be02a00274e52b06a6456 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Wed Jul 08 14:49:52 2020 +0200 |
committer | Johan Hovold <johan@kernel.org> | Thu Jul 09 09:19:42 2020 +0200 |
tree | 1a61557e9d9fad416dbeaf75bdf4806b3985748d | |
parent | ab4cc4ef6724ea588e835fc1e764c4b4407a70b7 [diff] |
USB: serial: ftdi_sio: clean up receive processing Clean up receive processing by dropping the character pointer and keeping the length argument unchanged throughout the function. Also make it more apparent that sysrq processing can consume a characters by adding an explicit continue. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org>