Re: [PATCH] USB: serial: drop unused core USB driver

2017-10-13 Thread Johan Hovold
On Thu, Oct 12, 2017 at 05:48:19PM +0200, Greg Kroah-Hartman wrote: > On Thu, Oct 12, 2017 at 05:22:28PM +0200, Johan Hovold wrote: > > Drop the usb-serial-core USB driver that was registered at module init > > but then never used. > > > > This was a remnant dating back to 2004 (!) when this struc

Re: [PATCH] USB: serial: drop unused core USB driver

2017-10-12 Thread Greg KH
On Thu, Oct 12, 2017 at 05:22:28PM +0200, Johan Hovold wrote: > Drop the usb-serial-core USB driver that was registered at module init > but then never used. > > This was a remnant dating back to 2004 (!) when this struct usb_driver > was used for the generic driver; see commit bbc53b7d7322 ("USB:

[PATCH] USB: serial: drop unused core USB driver

2017-10-12 Thread Johan Hovold
Drop the usb-serial-core USB driver that was registered at module init but then never used. This was a remnant dating back to 2004 (!) when this struct usb_driver was used for the generic driver; see commit bbc53b7d7322 ("USB: fix bug where removing usb-serial modules or usb serial devices could o