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:
Oleksandr Tymoshenko 2019-01-25 21:38:28 +00:00
parent dab83bd1e8
commit f913a5749f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343458

View File

@ -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);