]> Git Repo - J-u-boot.git/commit - cmd/sf.c
cmd: sf: use correct printf code
authorHeinrich Schuchardt <[email protected]>
Sun, 6 Jan 2019 11:03:37 +0000 (12:03 +0100)
committerTom Rini <[email protected]>
Tue, 15 Jan 2019 20:28:44 +0000 (15:28 -0500)
commitc6b2ea379ce6867f18897b45beacfea138c53a31
treea17f4eb01567cf0cdc5006767cf958413325951a
parent82919517fbda20f616507386919791cb03581d39
cmd: sf: use correct printf code

test->time_ms[] is defined as unsigned. So use %u for printf().

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
cmd/sf.c
This page took 0.03237 seconds and 4 git commands to generate.