From 62ba9c86edbeae3cef236805e68dfb9e20eabaf2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 7 Jul 2018 15:55:58 +0000 Subject: [PATCH] Fix PCI_SUBDEV call --- sys/dev/ath/if_ath_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 26c0f66f3ce9..0b35e6670015 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -86,7 +86,7 @@ struct ath_pci_softc { PCI_DEV(v,d) #define PCI_DEVICE_SUB(v, d, sv, sd) \ - PCI_DEV(v, d), PCI_SUBDEV(v, d) + PCI_DEV(v, d), PCI_SUBDEV(sv, sd) #define PCI_VENDOR_ID_ATHEROS 0x168c #define PCI_VENDOR_ID_SAMSUNG 0x144d