mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 21:54:37 +08:00
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:
parent
e8009beff6
commit
c8864d7209
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user