diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-17 11:42:53 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-17 11:42:53 +0100 |
commit | 09e4b0c5d3881412519f33d498560a5bbcc82cd9 (patch) | |
tree | 691b37e2fc2772d0c03aa5f58b2c3d93bad183f8 /fs/jffs2/jffs2_private.h | |
parent | ff7fefe6797246b2748530f965f2e41de34a982a (diff) | |
download | u-boot-imx-09e4b0c5d3881412519f33d498560a5bbcc82cd9.zip u-boot-imx-09e4b0c5d3881412519f33d498560a5bbcc82cd9.tar.gz u-boot-imx-09e4b0c5d3881412519f33d498560a5bbcc82cd9.tar.bz2 |
Add support for Lite5200B board.
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
Diffstat (limited to 'fs/jffs2/jffs2_private.h')
-rw-r--r-- | fs/jffs2/jffs2_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/jffs2_private.h b/fs/jffs2/jffs2_private.h index 3e1fff4..46ed644 100644 --- a/fs/jffs2/jffs2_private.h +++ b/fs/jffs2/jffs2_private.h @@ -89,8 +89,8 @@ static inline int data_crc(struct jffs2_raw_inode *node) { if (node->data_crc != crc32_no_comp(0, (unsigned char *) - ((int) &node->node_crc + sizeof (node->node_crc)), - node->csize)) { + ((int) &node->node_crc + sizeof (node->node_crc)), + node->csize)) { return 0; } else { return 1; |