diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2016-05-17 11:38:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-06-07 15:40:05 -0300 |
commit | eb7e61b62db36e6987d2b502aea0ff27f00b00fc (patch) | |
tree | 4e75ae1bc6d0171b9c12ed016ec644c8d6f34c8c /drivers | |
parent | 734fd634a67e51cb58331d552ba410f8b4cc0049 (diff) |
[media] mn88472: 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')
-rw-r--r-- | drivers/staging/media/mn88472/mn88472.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/mn88472/mn88472.c b/drivers/staging/media/mn88472/mn88472.c index 7ea749cf19f9..5cfa22a30db8 100644 --- a/drivers/staging/media/mn88472/mn88472.c +++ b/drivers/staging/media/mn88472/mn88472.c @@ -312,7 +312,7 @@ static int mn88472_init(struct dvb_frontend *fe) /* request the firmware, this will block and timeout */ ret = request_firmware(&fw, fw_file, &client->dev); if (ret) { - dev_err(&client->dev, "firmare file '%s' not found\n", + dev_err(&client->dev, "firmware file '%s' not found\n", fw_file); goto err; } |