USB: serial: cp210x: clean up flow-control debug message
authorJohan Hovold <johan@kernel.org>
Mon, 25 Jan 2021 13:48:14 +0000 (14:48 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 1 Feb 2021 09:03:50 +0000 (10:03 +0100)
commitf191c63779a0debf2a7f85a5c8d0c09d35b50ddb
tree207b976ed7bc6f963be926b9b8d5b4d9c95a799b
parent568400b15a5145cb5d1479ece14e7b6d3a3cb554
USB: serial: cp210x: clean up flow-control debug message

Shorten the flow-control debug message by abbreviating the field names
and reducing the value width to two characters. The latter improves
readability since all but the least significant byte will almost always
be zero anyway.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c