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>
Loading
Please register or sign in to comment