We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa44afa commit 5b56930Copy full SHA for 5b56930
drivers/platform/x86/amd-pmc.c
@@ -85,7 +85,7 @@ static inline void amd_pmc_reg_write(struct amd_pmc_dev *dev, int reg_offset, u3
85
iowrite32(val, dev->regbase + reg_offset);
86
}
87
88
-#if CONFIG_DEBUG_FS
+#ifdef CONFIG_DEBUG_FS
89
static int smu_fw_info_show(struct seq_file *s, void *unused)
90
{
91
struct amd_pmc_dev *dev = s->private;
0 commit comments