]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/spi/ramtron.c
mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sector
[u-boot] / drivers / mtd / spi / ramtron.c
index 27e64115b38482fad5c3363ee6b342b3e71e5e96..38f9d69169b2ea4baa60b9f9839557e16855aad6 100644 (file)
@@ -266,7 +266,7 @@ struct spi_flash *spi_fram_probe_ramtron(struct spi_slave *spi, u8 *idcode)
 
        /* arriving here means no method has found a device we can handle */
        debug("SF/ramtron: unsupported device id0=%02x id1=%02x id2=%02x\n",
-               idcode[0], idcode[1], idcode[2]);
+             idcode[0], idcode[1], idcode[2]);
        return NULL;
 
 found: