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

2014-08-04 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

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

2014-08-04 Thread Kalle Valo
Himangi Saraogi himangi...@gmail.com 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 himangi...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr Thanks, applied. --

[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

[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 himangi...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr --- drivers/net/wireless/ath/ath6kl/usb.c | 21 + 1