Skip to content
Commit 3008ba87 authored by Colin Ian King's avatar Colin Ian King Committed by Richard Weinberger
Browse files

mtd: part: fix incorrect format specifier for an unsigned long long



An unsigned long long is being formatted with %lld instead of the unsigned
version %llu. Fix this.

Clean up cppcheck warning:
%lld in format string (no. 1) requires 'long long' but the argument type
is 'unsigned long long'.

Fixes: a62c24d7 ("mtd: part: Add sysfs variable for offset of partition")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent fae4973c
Loading
Loading
Loading
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