]> git.sur5r.net Git - u-boot/blobdiff - fs/jffs2/jffs2_private.h
PPC: Change lib_ppc/bat_rw.c to use high bats
[u-boot] / fs / jffs2 / jffs2_private.h
index 3e1fff4739d0424e5aa2abedf36c86f2f429b083..46ed644e4d4a6dd795ae70a639484447f660751c 100644 (file)
@@ -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;