Message ID | 20220919132456.20851-1-johan@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | USB: serial: ftdi_sio: misc clean ups | expand |
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>
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