Re: [U-Boot] [PATCH] FPGA: drivers/fpga/ivm_core.c: incorrect printf

2017-04-15 Thread Tom Rini
On Sat, Apr 15, 2017 at 03:15:40PM +0200, Heinrich Schuchardt wrote: > The number of arguments for printf does not match the > format string. > > The problem was indicated by cppcheck. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital s

[U-Boot] [PATCH] FPGA: drivers/fpga/ivm_core.c: incorrect printf

2017-04-15 Thread Heinrich Schuchardt
The number of arguments for printf does not match the format string. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt --- drivers/fpga/ivm_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fpga/ivm_core.c b/drivers/fpga/ivm_core.c index