]> git.sur5r.net Git - u-boot/blobdiff - drivers/fpga/ivm_core.c
net: sun8i-emac: fix printing NULL character
[u-boot] / drivers / fpga / ivm_core.c
index 03aea625d58983fd3802dcd059fadcd362cbb857..6c6e5c385af68c56e03092959f84b610bcdee035 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Porting to u-boot:
  *
@@ -26,7 +27,6 @@
  * 08/28/08 NN Added Calculate checksum support.
  * 4/1/09 Nguyen replaced the recursive function call codes on
  *        the ispVMLCOUNT function
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -3142,7 +3142,7 @@ signed char ispVMProcessLVDS(unsigned short a_usLVDSCount)
        }
 
 #ifdef DEBUG
-       printf(");\n", a_usLVDSCount);
+       printf(");\n");
 #endif /* DEBUG */
 
        return 0;