提交 c5ee19c8 编写于 作者: J Julia Lawall 提交者: Mauro Carvalho Chehab

[media] mn88473: fix typo

firmare -> firmware
Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: NAntti Palosaari <crope@iki.fi>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 37cf9b2d
...@@ -330,7 +330,7 @@ static int mn88473_init(struct dvb_frontend *fe) ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册