mbox series

[0/3] USB: serial: kl5kusb105: clean up line-status handling

Message ID 20210921133009.13739-1-johan@kernel.org (mailing list archive)
Headers show
Series USB: serial: kl5kusb105: clean up line-status handling | expand

Message

Johan Hovold Sept. 21, 2021, 1:30 p.m. UTC
As a follow up to the usb_control_msg_recv() conversion, this cleans up
the line-status handling some more.

Johan


Johan Hovold (3):
  USB: serial: kl5kusb105: clean up line-status handling
  USB: serial: kl5kusb105: simplify line-status handling
  USB: serial: kl5kusb105: drop line-status helper

 drivers/usb/serial/kl5kusb105.c | 40 ++++++++++-----------------------
 1 file changed, 12 insertions(+), 28 deletions(-)

Comments

Greg KH Sept. 21, 2021, 2:08 p.m. UTC | #1
On Tue, Sep 21, 2021 at 03:30:06PM +0200, Johan Hovold wrote:
> As a follow up to the usb_control_msg_recv() conversion, this cleans up
> the line-status handling some more.
> 
> Johan
> 
> 
> Johan Hovold (3):
>   USB: serial: kl5kusb105: clean up line-status handling
>   USB: serial: kl5kusb105: simplify line-status handling
>   USB: serial: kl5kusb105: drop line-status helper
> 
>  drivers/usb/serial/kl5kusb105.c | 40 ++++++++++-----------------------
>  1 file changed, 12 insertions(+), 28 deletions(-)


Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>