projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37cf9b2
)
[media] mn88473: fix typo
author
Julia Lawall
<
[email protected]
>
Tue, 17 May 2016 14:38:41 +0000
(11:38 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 7 Jun 2016 18:39:01 +0000
(15:39 -0300)
firmare -> firmware
Signed-off-by: Julia Lawall <
[email protected]
>
Signed-off-by: Antti Palosaari <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb-frontends/mn88473.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb-frontends/mn88473.c
b/drivers/media/dvb-frontends/mn88473.c
index e6933d4cd582471e3e1715a464664c934860bfd6..451974a1d7ed46fa8b42062d018eefdbed742e32 100644
(file)
--- a/
drivers/media/dvb-frontends/mn88473.c
+++ b/
drivers/media/dvb-frontends/mn88473.c
@@
-330,7
+330,7
@@
static int mn88473_init(struct dvb_frontend *fe)
/* Request the firmware, this will block and timeout */
ret = request_firmware(&fw, name, &client->dev);
if (ret) {
- dev_err(&client->dev, "firmare file '%s' not found\n", name);
+ dev_err(&client->dev, "firm
w
are file '%s' not found\n", name);
goto err;
}