1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 19:59:19 +01:00
Files
u-boot-megous/common/cmd_mii.c
Jeroen Hofstee c68112f3f5 common: cmd_mii: fix printf format warning
The and operator implicitly upcasts the value to
int, hence the format should expect an int type
as well. (and make checkpatch happy)

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
2014-07-18 17:53:24 -04:00

11 KiB