Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63594
b: refs/heads/master
c: b8e3ec3
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Aug 2, 2007
1 parent f6e9e68 commit 6111a71
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: 7b687707d769112aee220bafd50fa113363717ff
refs/heads/master: b8e3ec30c232eb76c96ecab52205fe46e8b0473a
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 6111a71

Please sign in to comment.