Fix format/arg mismatch
USe correct format for int arguments PR: 229549 Submitted by: David Binderman <dcb314@hotmail.com> MFC after: 1 week
This commit is contained in:
parent
5f49ddd0a0
commit
0af9ffb161
@ -1036,7 +1036,7 @@ bhnd_pmu_res_init(struct bhnd_pmu_softc *sc)
|
||||
return (error);
|
||||
}
|
||||
|
||||
PMU_DEBUG(sc, "Applying %s=%s to rsrc %d res_updn_timer\n",
|
||||
PMU_DEBUG(sc, "Applying %s=%d to rsrc %d res_updn_timer\n",
|
||||
name, val, i);
|
||||
|
||||
BHND_PMU_WRITE_4(sc, BHND_PMU_RES_TABLE_SEL, i);
|
||||
@ -1111,7 +1111,7 @@ bhnd_pmu_res_init(struct bhnd_pmu_softc *sc)
|
||||
return (error);
|
||||
}
|
||||
|
||||
PMU_DEBUG(sc, "Applying %s=%s to rsrc %d res_dep_mask\n", name,
|
||||
PMU_DEBUG(sc, "Applying %s=%d to rsrc %d res_dep_mask\n", name,
|
||||
val, i);
|
||||
|
||||
BHND_PMU_WRITE_4(sc, BHND_PMU_RES_TABLE_SEL, i);
|
||||
|
Loading…
Reference in New Issue
Block a user