USB: serial: ftdi_sio: clean up printk format specifier
authorDaniels Umanovskis <du@axentia.se>
Tue, 26 Apr 2022 12:37:35 +0000 (12:37 +0000)
committerJohan Hovold <johan@kernel.org>
Thu, 5 May 2022 12:09:31 +0000 (14:09 +0200)
commit1b30499ace5bdc1f5e84427f88d883784f61be4c
treef3387eb1826407b9de0b822e1d88f2d62d1849f4
parent672c0c5173427e6b3e2a9bbb7be51ceeec78093a
USB: serial: ftdi_sio: clean up printk format specifier

The latency is an unsigned int and should be printed as such (even if it
only holds values in the range 0..255).

Signed-off-by: Daniels Umanovskis <du@axentia.se>
Link: https://lore.kernel.org/r/20220426123714.2000-1-du@axentia.se
[ johan: amend commit message ]
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c