[media] mn88473: 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>
This commit is contained in:
parent
37cf9b2d5b
commit
c5ee19c866
|
@ -330,7 +330,7 @@ static int mn88473_init(struct dvb_frontend *fe)
|
||||||
/* Request the firmware, this will block and timeout */
|
/* Request the firmware, this will block and timeout */
|
||||||
ret = request_firmware(&fw, name, &client->dev);
|
ret = request_firmware(&fw, name, &client->dev);
|
||||||
if (ret) {
|
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;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue