thunderbolt: Add comment where Thunderbolt 4 PCI IDs start
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 11 May 2022 11:11:23 +0000 (14:11 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 22 Aug 2022 09:21:27 +0000 (12:21 +0300)
This makes it consistent with the previous generations. No functional
impact.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/nhi.c

index cb8c9c4..8b8b5a8 100644 (file)
@@ -1398,6 +1398,7 @@ static struct pci_device_id nhi_ids[] = {
          .driver_data = (kernel_ulong_t)&icl_nhi_ops },
        { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ICL_NHI1),
          .driver_data = (kernel_ulong_t)&icl_nhi_ops },
+       /* Thunderbolt 4 */
        { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGL_NHI0),
          .driver_data = (kernel_ulong_t)&icl_nhi_ops },
        { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGL_NHI1),