7675d8a481
Changes:
- Fix printk warnings for these two platforms by getting rid of the
l length specifier and casting to unsigned int.
This gets rid of a bunch of warnings like this one:
agesawrapper.c:279, GNU Compiler 4 (gcc), Priority: Normal
format '%lu' expects argument of type 'long unsigned int',
but argument 3 has type 'UINT32' [-Wformat]
Notes:
- This is the same change that was done for Tyan s8226 in change:
|
||
---|---|---|
.. | ||
h8dme | ||
h8dmr | ||
h8dmr_fam10 | ||
h8qgi | ||
h8qme_fam10 | ||
h8scm | ||
h8scm_fam10 | ||
x6dai_g | ||
x6dhe_g | ||
x6dhe_g2 | ||
x6dhr_ig | ||
x6dhr_ig2 | ||
x7db8 | ||
Kconfig |