[media] mn88472: fix typo
[linux.git] / 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;
        }
This page took 0.031675 seconds and 4 git commands to generate.