Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68476
b: refs/heads/master
c: b2e2523
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Jul 5, 2007
1 parent 545f9dc commit 572245b
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: 9c5ef0fbfa0b0be219290b05a39135b957479251
refs/heads/master: b2e25235fe8b4b6cd8cd6a792cbe883d7417eaac
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/readinode.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info

if (crc != tn->data_crc) {
JFFS2_NOTICE("wrong data CRC in data node at 0x%08x: read %#08x, calculated %#08x.\n",
ofs, tn->data_crc, crc);
ref_offset(ref), tn->data_crc, crc);
return 1;
}

Expand Down

0 comments on commit 572245b

Please sign in to comment.