Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27785
b: refs/heads/master
c: c41ff6e
h: refs/heads/master
i:
  27783: ce79053
v: v3
  • Loading branch information
David Woodhouse committed May 16, 2006
1 parent 5487ca0 commit e3e1a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7d2beb135986477f53da77303356bd04329f8d0e
refs/heads/master: c41ff6e5f38b02ff927d0d510e28dc1392bb4690
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/summary.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ static int jffs2_sum_write_data(struct jffs2_sb_info *c, struct jffs2_eraseblock


if (ret || (retlen != infosize)) {
JFFS2_WARNING("Write of %d bytes at 0x%08x failed. returned %d, retlen %zu\n",
JFFS2_WARNING("Write of %u bytes at 0x%08x failed. returned %d, retlen %zd\n",
infosize, jeb->offset + c->sector_size - jeb->free_size, ret, retlen);

c->summary->sum_size = JFFS2_SUMMARY_NOSUM_SIZE;
Expand Down

0 comments on commit e3e1a58

Please sign in to comment.