Commit eb7e61b6 authored by Julia Lawall's avatar Julia Lawall Committed by Mauro Carvalho Chehab

[media] mn88472: fix typo

firmare -> firmware
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 734fd634
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment