Skip to content
Snippets Groups Projects
Commit b9dc4941 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

ext4: Fix printf() format string error


Fix the following error in the ext4 command:

cmd_ext4.c:110:3: error: format '%lu' expects argument of type
'long unsigned int', but argument 4 has type 'int' [-Werror=format]

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a99c040c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment