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>
This commit is contained in:
xypron.glpk@gmx.de 2017-04-15 15:15:40 +02:00 committed by Tom Rini
parent 73be5b3fa7
commit ea1e3f96c3

View File

@ -3142,7 +3142,7 @@ signed char ispVMProcessLVDS(unsigned short a_usLVDSCount)
}
#ifdef DEBUG
printf(");\n", a_usLVDSCount);
printf(");\n");
#endif /* DEBUG */
return 0;