]> git.sur5r.net Git - u-boot/blobdiff - fs/yaffs2/yaffs_mtdif.c
mpc5200: digsy_mtc: fix detection of Coral-PA
[u-boot] / fs / yaffs2 / yaffs_mtdif.c
index 407ef2b4e2cb9169e0d0217e104343986b14edad..d0e16d088ef07727014525252471b7c3f57c3671 100644 (file)
@@ -175,7 +175,7 @@ int nandmtd_ReadChunkFromNAND(yaffs_Device * dev, int chunkInNAND, __u8 * data,
        __u8 *spareAsBytes = (__u8 *) spare;
 
        if (data && spare) {
-               if (dev->useNANDECC) {  
+               if (dev->useNANDECC) {
                        /* Careful, this call adds 2 ints */
                        /* to the end of the spare data.  Calling function */
                        /* should allocate enough memory for spare, */