commit | a3e58917b7d511353fb6a396543b84e833d9c814 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sun Jul 13 23:44:21 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 18 17:53:24 2014 -0400 |
tree | f99eb5071c57c3bcfe78dbc931d305bbf18a606f | |
parent | f682d8c48d780ea644fafc8d0c63b697bea82d3c [diff] |
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>