]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] mn88473: fix typo
authorJulia Lawall <Julia.Lawall@lip6.fr>
Tue, 17 May 2016 14:38:41 +0000 (11:38 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 7 Jun 2016 18:39:01 +0000 (15:39 -0300)
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>
drivers/media/dvb-frontends/mn88473.c

index e6933d4cd582471e3e1715a464664c934860bfd6..451974a1d7ed46fa8b42062d018eefdbed742e32 100644 (file)
@@ -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;
        }