aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-11-13 15:50:20 -0600
committerAnthony Wang2021-11-13 15:51:07 -0600
commitaba567758328b2cbe4aa8e11c6529fac7c67cf72 (patch)
tree49d51fc36a3c6e767ef966763283d60289706aec
parent5ed3765eff55aa7ccd42539a18df868445540f59 (diff)
Fix #4: Fix PCI Device ID typo
-rw-r--r--zenpower.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/zenpower.c b/zenpower.c
index a0e177b..74a475a 100644
--- a/zenpower.c
+++ b/zenpower.c
@@ -70,12 +70,12 @@ MODULE_PARM_DESC(zen1_calc, "Set to 1 to use ZEN1 calculation");
#define PCI_DEVICE_ID_AMD_19H_DF_F3 0x1653
#endif
-#ifndef PCI_DEVICE_ID_AMD_19H_M40H_DF_F4
-#define PCI_DEVICE_ID_AMD_19H_M40H_DF_F4 0x167d
+#ifndef PCI_DEVICE_ID_AMD_19H_M40H_DF_F3
+#define PCI_DEVICE_ID_AMD_19H_M40H_DF_F3 0x167d
#endif
-#ifndef PCI_DEVICE_ID_AMD_19H_M50H_DF_F4
-#define PCI_DEVICE_ID_AMD_19H_M50H_DF_F4 0x166e
+#ifndef PCI_DEVICE_ID_AMD_19H_M50H_DF_F3
+#define PCI_DEVICE_ID_AMD_19H_M50H_DF_F3 0x166e
#endif
/* F17H_M01H_SVI, should be renamed to something generic I think... */