[PATCH 0/3] ath10k: a little bit clean-up of ATH10K driver

From: Masahiro Yamada
Date: Tue Sep 06 2016 - 08:39:27 EST



Clean-up code with devm_clk_get() and devm_reset_control_get().

I know devm_reset_control_get() should be replaced with
either devm_reset_control_get_exclusive() or
devm_reset_control_get_shared().

My best guess is devm_reset_control_get_shared() for this case,
but I am not 100% sure, so I am leaving it to other developers.



Masahiro Yamada (3):
ath10k: use devm_clk_get() instead of clk_get()
ath10k: use devm_reset_control_get() instead of reset_control_get()
ath10k: do not check if reset is NULL

drivers/net/wireless/ath/ath10k/ahb.c | 105 +++++++---------------------------
1 file changed, 21 insertions(+), 84 deletions(-)

--
1.9.1