]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lib:vsprintf: reduce scope of pack_hex_byte
authorJeroen Hofstee <jeroen@myspectrum.nl>
Thu, 10 Jul 2014 20:33:00 +0000 (22:33 +0200)
committerTom Rini <trini@ti.com>
Fri, 18 Jul 2014 21:53:23 +0000 (17:53 -0400)
commitd7b2d9df02631e6f0ecbfbc4a4e01459d57d0d98
tree84a83775298caff9c01972d0578e6e77359a6ff1
parent3ea664c7c339a788341b47f1eb0aa98eee18a721
lib:vsprintf: reduce scope of pack_hex_byte

pack_hex_byte is only used when CONFIG_CMD_NET is
defined so limit it to that scope. This prevents
a clang warning.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
lib/vsprintf.c