Re: [PATCH] ch9200: Convert to use module_usb_driver

2015-09-22 Thread David Miller
From: Tobias Klauser Date: Tue, 22 Sep 2015 09:29:49 +0200 > Converts the ch9200 driver to use the module_usb_driver() macro which > makes the code smaller and a bit simpler. > > Signed-off-by: Tobias Klauser Applied, thanks. -- To unsubscribe from

Re: [PATCH] ch9200: Convert to use module_usb_driver

2015-09-22 Thread Matthew Garrett
On Tue, Sep 22, 2015 at 09:29:49AM +0200, Tobias Klauser wrote: > Converts the ch9200 driver to use the module_usb_driver() macro which > makes the code smaller and a bit simpler. > > Signed-off-by: Tobias Klauser Acked-by: Matthew Garrett -- Matthew

[PATCH] ch9200: Convert to use module_usb_driver

2015-09-22 Thread Tobias Klauser
Converts the ch9200 driver to use the module_usb_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Tobias Klauser --- drivers/net/usb/ch9200.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git