Skip to content

Commit 07d59de

Browse files
quic-kdybcioBartosz Golaszewski
authored andcommitted
power: sequencing: qcom-wcn: fix bluetooth-wifi copypasta for WCN6855
Prevent a name conflict (which is surprisingly not caught by the framework). Fixes: bd4c8ba ("power: sequencing: qcom-wcn: improve support for wcn6855") Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 385b735 commit 07d59de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/power/sequencing/pwrseq-qcom-wcn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ static const struct pwrseq_unit_data pwrseq_qcom_wcn_bt_unit_data = {
155155
};
156156

157157
static const struct pwrseq_unit_data pwrseq_qcom_wcn6855_bt_unit_data = {
158-
.name = "wlan-enable",
158+
.name = "bluetooth-enable",
159159
.deps = pwrseq_qcom_wcn6855_unit_deps,
160160
.enable = pwrseq_qcom_wcn_bt_enable,
161161
.disable = pwrseq_qcom_wcn_bt_disable,

0 commit comments

Comments
 (0)