]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/spi/spansion.c
sf: Fix code cleanup
[u-boot] / drivers / mtd / spi / spansion.c
index 47a48976b9649cdc473f3b152a740dcb44135fe3..b9a36c2f06cbe8f9c9a3eac6b87d3034ce646c3d 100644 (file)
@@ -122,7 +122,8 @@ struct spi_flash *spi_flash_probe_spansion(struct spi_slave *spi, u8 *idcode)
        }
 
        if (i == ARRAY_SIZE(spansion_spi_flash_table)) {
-               debug("SF: Unsupported SPANSION ID %04x %04x\n", jedec, ext_jedec);
+               debug("SF: Unsupported SPANSION ID %04x %04x\n",
+                     jedec, ext_jedec);
                return NULL;
        }