diff mbox series

[1/2] thunderbolt: Add comment where Thunderbolt 4 PCI IDs start

Message ID 20220816105146.72098-1-mika.westerberg@linux.intel.com
State New
Headers show
Series [1/2] thunderbolt: Add comment where Thunderbolt 4 PCI IDs start | expand

Commit Message

Mika Westerberg Aug. 16, 2022, 10:51 a.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Mika Westerberg Aug. 22, 2022, 9:45 a.m. UTC | #1
On Tue, Aug 16, 2022 at 01:51:45PM +0300, Mika Westerberg wrote:
> This makes it consistent with the previous generations. No functional
> impact.
> 
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Both applied to thunderbolt.git/next.
diff mbox series

Patch

diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c
index cb8c9c4ae93a..8b8b5a8bd9b2 100644
--- a/drivers/thunderbolt/nhi.c
+++ b/drivers/thunderbolt/nhi.c
@@ -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),