Re: [PATCH] wifi: ath10k: snoc: select POWER_SEQUENCING

From: Rameshkumar Sundaram

Date: Tue Apr 21 2026 - 03:28:10 EST


On 4/19/2026 1:07 AM, Dmitry Baryshkov wrote:
The commit afcf3ec615c9 ("wifi: ath10k: snoc: support powering on the
device via pwrseq") made ath10k SNOC driver use devm_pwrseq_get().
Select the corresponding Kconfig symbol to make sure that API call is
always available and doesn't return an error per se.

“doesn't return an error per se” would be clearer as “doesn't fail with -ENOSYS merely because CONFIG_POWER_SEQUENCING is disabled.”



Fixes: afcf3ec615c9 ("wifi: ath10k: snoc: support powering on the device via pwrseq")
Reported-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
Closes: https://lore.kernel.org/r/DHUHU7UIT487.139L3KIVRVREU@xxxxxxxxxxxxx
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>

Reviewed-by: Rameshkumar Sundaram <rameshkumar.sundaram@xxxxxxxxxxxxxxxx>