]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/mpl/vcma9/flash.c
* Code cleanup:
[people/ms/u-boot.git] / board / mpl / vcma9 / flash.c
index b442c9d28749aa6f2f5734402eca08045f1cc2e2..91517c463f9e7ab43c8096a370ab742f211653d6 100644 (file)
@@ -313,7 +313,7 @@ volatile static int write_hword (flash_info_t *info, ulong dest, ushort data)
      */
     result = *addr;
     if ((result & data) != data)
-        return ERR_NOT_ERASED;
+       return ERR_NOT_ERASED;
 
 
     /*
@@ -365,7 +365,7 @@ volatile static int write_hword (flash_info_t *info, ulong dest, ushort data)
     *addr = CMD_READ_ARRAY;
 
     if (chip == ERR || *addr != data)
-        rc = ERR_PROG_ERROR;
+       rc = ERR_PROG_ERROR;
 
     if (iflag)
       enable_interrupts();