summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2016-04-21 09:28:02 +0200
committerJagan Teki <jteki@openedev.com>2016-07-06 12:40:32 +0530
commitc8864d720926c6b136aa9aa97fd1d4410250d271 (patch)
treef328a2dc27d654a3815a01d601f1653dfeb4a6ac
parente8009beff6d5c55c1bf1ae8184791f167e6378b0 (diff)
spi: spi-uclass: fix typo in debug output
Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Jagan Teki <jteki@openedev.com>
-rw-r--r--drivers/spi/spi-uclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-uclass.c b/drivers/spi/spi-uclass.c
index 84b6786517..80aff7bc60 100644
--- a/drivers/spi/spi-uclass.c
+++ b/drivers/spi/spi-uclass.c
@@ -333,7 +333,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);