commit | aecc554e7ba8bd449dceaf3eeecacc09b9b77fc4 | [log] [tgz] |
---|---|---|
author | Jeremy Linton <jeremy.linton@arm.com> | Tue Dec 10 20:58:46 2024 -0600 |
committer | Simon Horman <horms@kernel.org> | Fri Dec 13 12:33:14 2024 +0000 |
tree | f6634bb3ec0bcf23aa92c9f9c1dc73bc2b8ff52d | |
parent | 6aecc32c6db895b1c0b1f522d82c8810ece65542 [diff] |
Correct string specifiers Recent GCC's on fedora complain about the use of %lld for uint64_t because its unsigned. Convert a number of these and similar calls. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com> Signed-off-by: Simon Horman <horms@kernel.org>