aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2016-05-17 11:38:41 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-06-07 15:39:01 -0300
commitc5ee19c8663750456cf4121a1f1c7e24b23ed972 (patch)
tree6ae456c4e661e080dff03ce456748f85b9366ea3 /drivers/media/dvb-frontends
parent[media] mn88473: fix error path on probe() (diff)
downloadlinux-dev-c5ee19c8663750456cf4121a1f1c7e24b23ed972.tar.xz
linux-dev-c5ee19c8663750456cf4121a1f1c7e24b23ed972.zip
[media] mn88473: fix typo
firmare -> firmware Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/mn88473.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/mn88473.c b/drivers/media/dvb-frontends/mn88473.c
index e6933d4cd582..451974a1d7ed 100644
--- 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, "firmware file '%s' not found\n", name);
goto err;
}