mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 05:07:46 -04:00
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:
committed by
Greg Kroah-Hartman
parent
698bdcbf87
commit
de86e251f8
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user