]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/spi/sandbox.c
sandbox: spi: Add newline to printf() in sandbox_sf_probe
[karo-tx-uboot.git] / drivers / mtd / spi / sandbox.c
index d576d31243a7a90a7213466d7b3ce600a2d1d84f..895604d7367e13479787c7ecf96cbb8abeaaa88d 100644 (file)
@@ -129,7 +129,7 @@ static int sandbox_sf_probe(struct udevice *dev)
                }
        }
        if (cs == -1) {
-               printf("Error: Unknown chip select for device '%s'",
+               printf("Error: Unknown chip select for device '%s'\n",
                       dev->name);
                return -EINVAL;
        }