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:
Viresh Kumar 2016-04-21 08:13:01 +05:30 committed by Greg Kroah-Hartman
parent 698bdcbf87
commit de86e251f8

View file

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