spi: spi-uclass: fix typo in debug output

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
Anatolij Gustschin 2016-04-21 09:28:02 +02:00 committed by Jagan Teki
parent e8009beff6
commit c8864d7209
1 changed files with 1 additions and 1 deletions

View File

@ -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);