]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ath10k: move enable_pll_clk call to ath10k_core_start()
authorKalle Valo <kvalo@codeaurora.org>
Mon, 17 Aug 2020 10:31:40 +0000 (13:31 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 18 Aug 2020 09:42:04 +0000 (12:42 +0300)
commitad0dc0426468852a97067980879ca035fe138a6d
treea92d2c08eb04c61c8813b6f2b5125331dab240bf
parent3b9fb6791e7113679b1eb472e6ce1659e80f5797
ath10k: move enable_pll_clk call to ath10k_core_start()

There's no reason to have call for enable_pll_clk in ath10k_bmi_start(), move
it to ath10k_core_start() instead. This way it's possible to call
ath10k_bmi_start() from sdio.c during firmware dump creation. And also the
function call is more visible when it's in core.c.

No functional changes, compile tested only.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1597421745-4329-1-git-send-email-kvalo@codeaurora.org
drivers/net/wireless/ath/ath10k/bmi.c
drivers/net/wireless/ath/ath10k/core.c