Re: [PATCH 12/19] net/ethernet/sgi/ioc3-eth: Use module_pci_driver to register driver

2013-05-22 Thread Ralf Baechle
On Wed, May 22, 2013 at 12:58:07AM +0200, Peter Huewe wrote: Looks good. Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH 12/19] net/ethernet/sgi/ioc3-eth: Use module_pci_driver to register driver

2013-05-22 Thread Ralf Baechle
On Wed, May 22, 2013 at 12:58:07AM +0200, Peter Huewe wrote: Looks good. Ralf -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

[PATCH 12/19] net/ethernet/sgi/ioc3-eth: 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 --- drivers/net/ethernet/sgi/ioc3-eth.c | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git

[PATCH 12/19] net/ethernet/sgi/ioc3-eth: 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 --- drivers/net/ethernet/sgi/ioc3-eth.c | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-)