greybus: bootrom: fix typo
s/Firware/Firmware Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
698bdcbf87
commit
de86e251f8
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ static int download_firmware(struct gb_bootrom *bootrom, u8 stage)
|
|||
&connection->bundle->dev);
|
||||
if (rc)
|
||||
dev_err(&connection->bundle->dev,
|
||||
"Firware request for %s has failed : %d",
|
||||
"Firmware request for %s has failed : %d",
|
||||
firmware_name, rc);
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue