commit | 828662753d60e5f95d082dd50dfc6ce1abe82095 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Sep 26 21:56:22 2016 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Sep 27 15:11:43 2016 +0300 |
tree | 1815076cee0b0a3ab5c5db0716587500cce05927 | |
parent | e13dbead976d79968bd616b924f300cdaf15f852 [diff] |
ath10k: use devm_clk_get() instead of clk_get() Use the managed variant of clk_get() to simplify the failure path and the .remove callback. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>