Re: [ath9k-devel] [PATCH] ath10k: use config_enabled() for CONFIG_PM_SLEEP

2013-04-23 Thread Kalle Valo
Bartosz Markowski bartosz.markow...@tieto.com writes: Make use of config_enabled() check insted of raw #ifdef's within function bodies when checking CONFIG_PM_SLEEP option. Signed-off-by: Bartosz Markowski bartosz.markow...@tieto.com [...] @@ -72,10 +72,10 @@ static void

Re: [ath9k-devel] [PATCH] ath10k: use config_enabled() for CONFIG_PM_SLEEP

2013-04-23 Thread Markowski Bartosz
On 23/04/13 09:25, Kalle Valo wrote: Bartosz Markowski bartosz.markow...@tieto.com writes: Make use of config_enabled() check insted of raw #ifdef's within function bodies when checking CONFIG_PM_SLEEP option. Signed-off-by: Bartosz Markowski bartosz.markow...@tieto.com [...] @@ -72,10

[ath9k-devel] [PATCH] ath10k: use config_enabled() for CONFIG_PM_SLEEP

2013-04-22 Thread Bartosz Markowski
Make use of config_enabled() check insted of raw #ifdef's within function bodies when checking CONFIG_PM_SLEEP option. Signed-off-by: Bartosz Markowski bartosz.markow...@tieto.com --- drivers/net/wireless/ath/ath10k/core.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)