[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1473165598-28683-1-git-send-email-yamada.masahiro@socionext.com>
Date: Tue, 6 Sep 2016 21:39:55 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-wireless@...r.kernel.org
Cc: Johannes Berg <johannes@...solutions.net>,
"Luis R. Rodriguez" <mcgrof@...not-panic.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Kalle Valo <kvalo@....qualcomm.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, ath10k@...ts.infradead.org
Subject: [PATCH 0/3] ath10k: a little bit clean-up of ATH10K driver
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
Powered by blists - more mailing lists