]> git.baikalelectronics.ru Git - uboot.git/commit
net: tftp: use correct printf codes
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 22 Feb 2020 07:43:40 +0000 (08:43 +0100)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 9 Mar 2020 23:11:25 +0000 (18:11 -0500)
commiteb973be5b1ba57706743b952e7e1133925cf7b78
tree23985aec6c505c644a4e528dec224b631ee762a6
parent6a72286e4b4798331ecff35fec55dee114269c4b
net: tftp: use correct printf codes

When printing unsigned numbers use %u.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
net/tftp.c