Re: [ath9k-devel] [PATCH 1/5] ath10k: replace debug_mtx with conf_mutex

2013-04-18 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: It's not a good to have too many mutexes. The patch simplifies locking of debufs to use conf_mutex. Signed-off-by: Michal Kazior michal.kaz...@tieto.com [...] @@ -328,7 +328,7 @@ int ath10k_debug_create(struct ath10k *ar) return

Re: [ath9k-devel] [PATCH 1/5] ath10k: replace debug_mtx with conf_mutex

2013-04-18 Thread Michal Kazior
On 18/04/13 11:44, Kalle Valo wrote: Michal Kazior michal.kaz...@tieto.com writes: It's not a good to have too many mutexes. The patch simplifies locking of debufs to use conf_mutex. Signed-off-by: Michal Kazior michal.kaz...@tieto.com [...] @@ -328,7 +328,7 @@ int