summaryrefslogtreecommitdiff
path: root/atombios_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'atombios_tables.c')
-rw-r--r--atombios_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atombios_tables.c b/atombios_tables.c
index f291a02..845be47 100644
--- a/atombios_tables.c
+++ b/atombios_tables.c
@@ -634,7 +634,7 @@ static void radeon_print_pp_misc(uint32_t misc)
if (misc & ATOM_PM_MISCINFO_THERMAL_DIODE_MODE)
printf("\t\tTHERMAL_DIODE_MODE\n");
if (misc & ATOM_PM_MISCINFO_FRAME_MODULATION_MASK)
- printf("\t\tFM: 0x%x\n",
+ printf("\t\tFM: 0x%lx\n",
(misc & ATOM_PM_MISCINFO_FRAME_MODULATION_MASK) >> ATOM_PM_MISCINFO_FRAME_MODULATION_SHIFT);
if (misc & ATOM_PM_MISCINFO_DYN_CLK_3D_IDLE)
printf("\t\tDYN_CLK_3D_IDLE\n");