]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/spi/gigadevice.c
mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sector
[u-boot] / drivers / mtd / spi / gigadevice.c
index 950c7770a961250f9f97fef66f3b49bee4e9dfff..b42581a70f80a48e9590608835dcce33dbf92518 100644 (file)
@@ -45,7 +45,7 @@ struct spi_flash *spi_flash_probe_gigadevice(struct spi_slave *spi, u8 *idcode)
 
        if (i == ARRAY_SIZE(gigadevice_spi_flash_table)) {
                debug("SF: Unsupported Gigadevice ID %02x%02x\n",
-                               idcode[1], idcode[2]);
+                     idcode[1], idcode[2]);
                return NULL;
        }