dfu: dfu_sf: use correct print code
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 27 Dec 2020 08:58:05 +0000 (09:58 +0100)
committerMarek Vasut <marex@denx.de>
Sun, 7 Feb 2021 18:22:54 +0000 (19:22 +0100)
commita045bc18d6d2752b9dbf6894e9396a8674e642a2
tree96dc62d66632110134ac8672156e2ba413998e57
parent8308a28af821d6498186b3dd7463db9874cd2daf
dfu: dfu_sf: use correct print code

For printing unsigned int %u has to be used.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/dfu/dfu_sf.c