commit | 69f14ce5df0814bd27375fa384fdd8e494b2c27d | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sat Apr 15 15:15:40 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 18 10:29:23 2017 -0400 |
tree | 8e920bb239ec0104d330ac33221d2ecb70569e96 | |
parent | 695a31b16402d4af8d2fd671104bc5251cefec1b [diff] |
FPGA: drivers/fpga/ivm_core.c: incorrect printf The number of arguments for printf does not match the format string. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Tom Rini <trini@konsulko.com>