]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ppmc8260/strataflash.c
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / board / ppmc8260 / strataflash.c
index 03d36ee92d7395005852e07e539924c93e74fd72..ea3c42eed4b6144bd2a9b1fceb9b45b0c3e43fad 100644 (file)
@@ -407,7 +407,7 @@ static int flash_full_status_check(flash_info_t * info, ulong sector, ulong tout
                        printf("Command Sequence Error.\n");
                } else if(flash_isset(info, sector, 0, FLASH_STATUS_ECLBS)){
                        printf("Block Erase Error.\n");
-                       retcode = ERR_NOT_ERASED;
+                       retcode = ERR_NOT_ERASED;
                } else if (flash_isset(info, sector, 0, FLASH_STATUS_PSLBS)) {
                        printf("Locking Error\n");
                }