]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ext4: Use inttypes for printf() string
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2014 10:38:32 +0000 (04:38 -0600)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 15:04:01 +0000 (11:04 -0400)
commitaac618a32b89a3b753625cfa87aab815efd6f601
tree4cecc6ad947862651f4e558287376bfec79f321b
parent4166ecb247a1ec9f906313428e8b9059c9f2b619
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: Simon Glass <sjg@chromium.org>
fs/ext4/ext4_common.c