[U-Boot] [PATCH] spi: spi-uclass: fix typo in debug output

Signed-off-by: Anatolij Gustschin agust@denx.de Cc: Jagan Teki jteki@openedev.com --- drivers/spi/spi-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/spi/spi-uclass.c b/drivers/spi/spi-uclass.c index 5561f36..9ce5f9e 100644 --- a/drivers/spi/spi-uclass.c +++ b/drivers/spi/spi-uclass.c @@ -319,7 +319,7 @@ int spi_get_bus_and_cs(int busnum, int cs, int speed, int mode, return 0;
err: - debug("%s: Error path, credted=%d, device '%s'\n", __func__, + debug("%s: Error path, created=%d, device '%s'\n", __func__, created, dev->name); if (created) { device_remove(dev);

On 21 April 2016 at 12:58, Anatolij Gustschin agust@denx.de wrote:
Signed-off-by: Anatolij Gustschin agust@denx.de Cc: Jagan Teki jteki@openedev.com
Applied to u-boot-spi/master
participants (2)
-
Anatolij Gustschin
-
Jagan Teki