diff options
-rw-r--r-- | zenpower.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -643,6 +643,7 @@ static int zenpower_probe(struct pci_dev *pdev, const struct pci_device_id *id) break; case 0x60: // Zen2 APU + case 0x68: // Zen2 Lucienne if (!zen1_calc) { data->zen2 = true; dev_info(dev, "Using ZEN2 calculation formula.\n"); |