Re: [PATCH] atm: simplify lanai.c by using module_pci_driver

2014-10-17 Thread David Miller
From: Michael Opdenacker Date: Wed, 15 Oct 2014 09:45:50 +0200 > This simplifies the lanai.c driver by using > the module_pci_driver() macro, at the expense > of losing only debugging messages. > > Signed-off-by: Michael Opdenacker Applied, thanks. -- To unsubscribe from this list: send the li

[PATCH] atm: simplify lanai.c by using module_pci_driver

2014-10-15 Thread Michael Opdenacker
This simplifies the lanai.c driver by using the module_pci_driver() macro, at the expense of losing only debugging messages. Signed-off-by: Michael Opdenacker --- drivers/atm/lanai.c | 22 +- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/drivers/atm/lanai.c b/