Skip to content

Commit 1c1aac9

Browse files
committed
thunderbolt: Add comment where Thunderbolt 4 PCI IDs start
This makes it consistent with the previous generations. No functional impact. Signed-off-by: Mika Westerberg <[email protected]>
1 parent b60e31b commit 1c1aac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/thunderbolt/nhi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,7 @@ static struct pci_device_id nhi_ids[] = {
13981398
.driver_data = (kernel_ulong_t)&icl_nhi_ops },
13991399
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ICL_NHI1),
14001400
.driver_data = (kernel_ulong_t)&icl_nhi_ops },
1401+
/* Thunderbolt 4 */
14011402
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGL_NHI0),
14021403
.driver_data = (kernel_ulong_t)&icl_nhi_ops },
14031404
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGL_NHI1),

0 commit comments

Comments
 (0)