mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-31 22:15:38 +00:00
[media] mn88472: 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
734fd634a6
commit
eb7e61b62d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user