Re: [PATCH 01/19] net/ethernet/silan/sc92031: Use module_pci_driver to register driver

2013-05-22 Thread David Miller
All applied, thanks. Please, next time, provide an introductory "[PATCH 0/19]: " posting so I can reply to that if I apply or reject your entire series rather than what I'm doing now which is reply to one which is essentially random. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 01/19] net/ethernet/silan/sc92031: Use module_pci_driver to register driver

2013-05-22 Thread David Miller
All applied, thanks. Please, next time, provide an introductory [PATCH 0/19]: posting so I can reply to that if I apply or reject your entire series rather than what I'm doing now which is reply to one which is essentially random. -- To unsubscribe from this list: send the line unsubscribe

[PATCH 01/19] net/ethernet/silan/sc92031: Use module_pci_driver to register driver

2013-05-21 Thread Peter Huewe
Removing some boilerplate by using module_pci_driver instead of calling register and unregister in the otherwise empty init/exit functions. Signed-off-by: Peter Huewe --- This time against net-next and compile tested on x86 with allmodconfig. Sorry for the broken/duplicated patches yesterday

[PATCH 01/19] net/ethernet/silan/sc92031: Use module_pci_driver to register driver

2013-05-21 Thread Peter Huewe
Removing some boilerplate by using module_pci_driver instead of calling register and unregister in the otherwise empty init/exit functions. Signed-off-by: Peter Huewe peterhu...@gmx.de --- This time against net-next and compile tested on x86 with allmodconfig. Sorry for the broken/duplicated