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

ext4: Use inttypes for printf() string


On 64-bit platforms (like sandbox) 64-bit integers may be 'long' rather
than 'long long'. Use the inttypes header to avoid compiler warnings.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 4166ecb2
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