aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2016-05-17 11:38:41 -0300
committerMauro Carvalho Chehab <[email protected]>2016-06-07 15:39:01 -0300
commitc5ee19c8663750456cf4121a1f1c7e24b23ed972 (patch)
tree6ae456c4e661e080dff03ce456748f85b9366ea3
parent37cf9b2d5b0fdeb61642e15ad30251f1371e25d5 (diff)
[media] mn88473: fix typo
firmare -> firmware Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Antti Palosaari <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-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;
}