From: Julia Lawall Date: Tue, 17 May 2016 14:38:41 +0000 (-0300) Subject: [media] mn88473: fix typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c5ee19c8663750456cf4121a1f1c7e24b23ed972;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [media] mn88473: fix typo firmare -> firmware Signed-off-by: Julia Lawall Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/mn88473.c b/drivers/media/dvb-frontends/mn88473.c index e6933d4cd582..451974a1d7ed 100644 --- a/drivers/media/dvb-frontends/mn88473.c +++ b/drivers/media/dvb-frontends/mn88473.c @@ -330,7 +330,7 @@ static int mn88473_init(struct dvb_frontend *fe) /* Request the firmware, this will block and timeout */ ret = request_firmware(&fw, name, &client->dev); 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; }