projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
698bdcb
)
greybus: bootrom: fix typo
author
Viresh Kumar
<viresh.kumar@linaro.org>
Thu, 21 Apr 2016 02:43:01 +0000
(08:13 +0530)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Thu, 21 Apr 2016 02:43:35 +0000
(11:43 +0900)
s/Firware/Firmware
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/bootrom.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/bootrom.c
b/drivers/staging/greybus/bootrom.c
index 3cbe9feff53d786cf82534fcda7925b9c20e7152..cf750beb34035c21eed081f80d97f5044e7e4578 100644
(file)
--- a/
drivers/staging/greybus/bootrom.c
+++ b/
drivers/staging/greybus/bootrom.c
@@
-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",
+ "Fir
m
ware request for %s has failed : %d",
firmware_name, rc);
return rc;
}