]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
power: sequencing: qcom-wcn: fix bluetooth-wifi copypasta for WCN6855
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Wed, 25 Jun 2025 15:55:43 +0000 (17:55 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 30 Jun 2025 07:07:57 +0000 (09:07 +0200)
Prevent a name conflict (which is surprisingly not caught by the
framework).

Fixes: bd4c8bafcf50 ("power: sequencing: qcom-wcn: improve support for wcn6855")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250625-topic-wcn6855_pwrseq-v1-1-cfb96d599ff8@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/power/sequencing/pwrseq-qcom-wcn.c

index f14801b4c28e53c5905fd2345b773c2aa96af44c..663d9a5370653b8d39faa9111ebfef78c1516000 100644 (file)
@@ -155,7 +155,7 @@ static const struct pwrseq_unit_data pwrseq_qcom_wcn_bt_unit_data = {
 };
 
 static const struct pwrseq_unit_data pwrseq_qcom_wcn6855_bt_unit_data = {
-       .name = "wlan-enable",
+       .name = "bluetooth-enable",
        .deps = pwrseq_qcom_wcn6855_unit_deps,
        .enable = pwrseq_qcom_wcn_bt_enable,
        .disable = pwrseq_qcom_wcn_bt_disable,