aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/summary.c')
-rw-r--r--fs/jffs2/summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/summary.c b/fs/jffs2/summary.c
index fb9cec61fcf..3240d62d970 100644
--- a/fs/jffs2/summary.c
+++ b/fs/jffs2/summary.c
@@ -655,7 +655,7 @@ static int jffs2_sum_write_data(struct jffs2_sb_info *c, struct jffs2_eraseblock
655 655
656 656
657 if (ret || (retlen != infosize)) { 657 if (ret || (retlen != infosize)) {
658 JFFS2_WARNING("Write of %zd bytes at 0x%08x failed. returned %d, retlen %zd\n", 658 JFFS2_WARNING("Write of %d bytes at 0x%08x failed. returned %d, retlen %zu\n",
659 infosize, jeb->offset + c->sector_size - jeb->free_size, ret, retlen); 659 infosize, jeb->offset + c->sector_size - jeb->free_size, ret, retlen);
660 660
661 c->summary->sum_size = JFFS2_SUMMARY_NOSUM_SIZE; 661 c->summary->sum_size = JFFS2_SUMMARY_NOSUM_SIZE;