commit | ee853e71186204f10efcbc5cec5a59d46cc03c83 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 23 13:49:25 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 29 14:21:20 2012 -0700 |
tree | 715cafa3034e255a6b2fed031ccd3a0c8b6829fa | |
parent | 67f3291fba502def5a14cd67e317b5ddbf7f60af [diff] |
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>