]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ext4: Fix printf() format string error
authorSimon Glass <sjg@chromium.org>
Tue, 23 Oct 2012 13:49:25 +0000 (13:49 +0000)
committerTom Rini <trini@ti.com>
Mon, 29 Oct 2012 21:21:20 +0000 (14:21 -0700)
commitb9dc49412d592a4ce8e5c3a297dc6eb0110646c6
tree715cafa3034e255a6b2fed031ccd3a0c8b6829fa
parenta99c040c337753a7141263b36e91209f504191f1
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: Simon Glass <sjg@chromium.org>
common/cmd_ext4.c