Searched hist:"274 f3b1e82c899fd1b39822c2ee39bbac52f3d3c" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/serial/ |
H A D | cp210x.c | diff 274f3b1e82c899fd1b39822c2ee39bbac52f3d3c Tue Feb 28 22:11:40 CET 2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> USB: serial: cp210x.c: use module_usb_serial_driver
This converts the cp210x.c driver to use the module_usb_serial_driver() call instead of having to have a module_init/module_exit function, saving a lot of duplicated code.
CC: Johan Hovold <jhovold@gmail.com> CC: Rusty Russell <rusty@rustcorp.com.au> CC: Florian Fainelli <f.fainelli@gmail.com> CC: "Malte Schröder" <maltesch@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|