]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
[media] mn88472: fix typo
authorJulia Lawall <Julia.Lawall@lip6.fr>
Tue, 17 May 2016 14:38:42 +0000 (11:38 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 7 Jun 2016 18:40:05 +0000 (15:40 -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/staging/media/mn88472/mn88472.c

index 7ea749cf19f992d6e7cc67a5bd36ea94bde4ae87..5cfa22a30db84a77d0806be04e85fcf3ea904bad 100644 (file)
@@ -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;
        }