mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
power: sequencing: pcie-m2: Sort PCI device IDs in ascending order
Sort the entries in pwrseq_m2_pci_ids[] by device ID in ascending order:
0x1103 (WCN6855) before 0x1107 (WCN7850).
Fixes: 2abcfdd91e ("power: sequencing: pcie-m2: Add PCI ID 0x1103 for WCN6855 Bluetooth")
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com>
Link: https://patch.msgid.link/20260617143055.820096-1-wei.deng@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
This commit is contained in:
parent
257595adf9
commit
251c8e8653
|
|
@ -186,10 +186,10 @@ static int pwrseq_pcie_m2_match(struct pwrseq_device *pwrseq,
|
|||
}
|
||||
|
||||
static const struct pci_device_id pwrseq_m2_pci_ids[] = {
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x1107),
|
||||
.driver_data = (kernel_ulong_t)"qcom,wcn7850-bt" },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x1103),
|
||||
.driver_data = (kernel_ulong_t)"qcom,wcn6855-bt" },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x1107),
|
||||
.driver_data = (kernel_ulong_t)"qcom,wcn7850-bt" },
|
||||
{ } /* Sentinel */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user