]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
common: cmd_mii: fix printf format warning
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sun, 13 Jul 2014 21:44:21 +0000 (23:44 +0200)
committerTom Rini <trini@ti.com>
Fri, 18 Jul 2014 21:53:24 +0000 (17:53 -0400)
commitc68112f3f505f2ad79e10a35a7c27af1620e29fc
treef99eb5071c57c3bcfe78dbc931d305bbf18a606f
parent39e1230ed02fad2f750b54968d70c00a72b08a4f
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>
common/cmd_mii.c