On Mon, Nov 11, 2019 at 02:27:46PM +0100, Greg Kroah-Hartman wrote: > On Thu, Nov 07, 2019 at 02:28:53PM +0100, Johan Hovold wrote: > > Johan Hovold (11): > > USB: serial: mos7840: clean up device-type handling > > USB: serial: mos7840: document MCS7810 detection hack > > USB: serial: mos7840: fix probe error handling > > USB: serial: mos7840: rip out broken interrupt handling > > USB: serial: mos7840: drop redundant urb context check > > USB: serial: mos7840: drop paranoid port checks > > USB: serial: mos7840: drop paranoid serial checks > > USB: serial: mos7840: drop serial struct accessor > > USB: serial: mos7840: drop port driver data accessors > > USB: serial: mos7840: drop read-urb check > > USB: serial: mos7840: drop port open flag > > > > drivers/usb/serial/mos7840.c | 770 +++++------------------------------ > > 1 file changed, 102 insertions(+), 668 deletions(-) > > Nice cleanups: > > Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Thanks for the review. All now applied. Johan