Re: [PATCH 27/35] serial: make usb_serial_driver::chars_in_buffer return uint
From: Johan Hovold <johan@kernel.org>
Date: 2021-05-19 09:10:51
Also in:
linux-usb, lkml
From: Johan Hovold <johan@kernel.org>
Date: 2021-05-19 09:10:51
Also in:
linux-usb, lkml
On Wed, May 05, 2021 at 11:19:20AM +0200, Jiri Slaby wrote:
tty_operations::chars_in_buffer was switched to uint in the previous patch. So do the same for usb_serial_driver's chars_in_buffer too. Signed-off-by: Jiri Slaby <redacted>
Applied with an amended commit message (e.g. fixed subject prefix). Thanks. Johan