Re: [PATCH] ath6kl: convert a driver to use module_usb_driver()

2014-08-03 Thread Kalle Valo
Himangi Saraogi writes: > This converts a driver in drivers/net/* to use the > module_usb_driver() macro which makes the code smaller and a > bit simpler. > > Signed-off-by: Himangi Saraogi > Acked-by: Julia Lawall Thanks, applied. -- Kalle Valo -- To unsubscribe from this list: send the lin

[PATCH] ath6kl: convert a driver to use module_usb_driver()

2014-08-01 Thread Himangi Saraogi
This converts a driver in drivers/net/* to use the module_usb_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall --- drivers/net/wireless/ath/ath6kl/usb.c | 21 + 1 file changed, 1 insertion(+), 20 deletions(-