]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lib/vsprintf.c: sparse fixes
authorKim Phillips <kim.phillips@freescale.com>
Mon, 29 Oct 2012 13:34:36 +0000 (13:34 +0000)
committerTom Rini <trini@ti.com>
Sun, 4 Nov 2012 18:00:36 +0000 (11:00 -0700)
commit0eb257683ded98431d6c30b360b7bd37235f518d
tree2f94731e1c34213957cbba6d55756c405da20bc0
parentee820b5e5b2a4145ef2266052acd306367051d4c
lib/vsprintf.c: sparse fixes

vsprintf.c:31:12: warning: symbol 'hex_asc' was not declared. Should it be static?
vsprintf.c:398:18: warning: Using plain integer as NULL pointer

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
lib/vsprintf.c