mbox series

[0/3] USB: serial: ftdi_sio: misc clean ups

Message ID 20220919132456.20851-1-johan@kernel.org
Headers show
Series USB: serial: ftdi_sio: misc clean ups | expand

Message

Johan Hovold Sept. 19, 2022, 1:24 p.m. UTC
Here are some clean ups on top of the recent dev_groups attribute
conversion.

Johan

Johan Hovold (3):
  USB: serial: ftdi_sio: clean up attribute visibility logic
  USB: serial: ftdi_sio: move driver structure
  USB: serial: ftdi_sio: clean up driver prefix

 drivers/usb/serial/ftdi_sio.c | 144 +++++++++++++---------------------
 1 file changed, 54 insertions(+), 90 deletions(-)

Comments

Greg Kroah-Hartman Sept. 20, 2022, 7:29 a.m. UTC | #1
On Mon, Sep 19, 2022 at 03:24:53PM +0200, Johan Hovold wrote:
> Here are some clean ups on top of the recent dev_groups attribute
> conversion.
> 
> Johan
> 
> Johan Hovold (3):
>   USB: serial: ftdi_sio: clean up attribute visibility logic
>   USB: serial: ftdi_sio: move driver structure
>   USB: serial: ftdi_sio: clean up driver prefix
> 
>  drivers/usb/serial/ftdi_sio.c | 144 +++++++++++++---------------------
>  1 file changed, 54 insertions(+), 90 deletions(-)

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Johan Hovold Sept. 20, 2022, 7:47 a.m. UTC | #2
On Tue, Sep 20, 2022 at 09:29:06AM +0200, Greg Kroah-Hartman wrote:
> On Mon, Sep 19, 2022 at 03:24:53PM +0200, Johan Hovold wrote:
> > Here are some clean ups on top of the recent dev_groups attribute
> > conversion.
> > 
> > Johan
> > 
> > Johan Hovold (3):
> >   USB: serial: ftdi_sio: clean up attribute visibility logic
> >   USB: serial: ftdi_sio: move driver structure
> >   USB: serial: ftdi_sio: clean up driver prefix
> > 
> >  drivers/usb/serial/ftdi_sio.c | 144 +++++++++++++---------------------
> >  1 file changed, 54 insertions(+), 90 deletions(-)
> 
> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Thanks for reviewing. Now applied.

Johan