Commit de86e251 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

greybus: bootrom: fix typo

s/Firware/Firmware
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 698bdcbf
...@@ -101,7 +101,7 @@ static int download_firmware(struct gb_bootrom *bootrom, u8 stage) ...@@ -101,7 +101,7 @@ static int download_firmware(struct gb_bootrom *bootrom, u8 stage)
&connection->bundle->dev); &connection->bundle->dev);
if (rc) if (rc)
dev_err(&connection->bundle->dev, dev_err(&connection->bundle->dev,
"Firware request for %s has failed : %d", "Firmware request for %s has failed : %d",
firmware_name, rc); firmware_name, rc);
return rc; return rc;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment