From: Julia Lawall Date: Tue, 17 May 2016 14:38:42 +0000 (-0300) Subject: [media] mn88472: fix typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eb7e61b62db36e6987d2b502aea0ff27f00b00fc;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [media] mn88472: fix typo firmare -> firmware Signed-off-by: Julia Lawall Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/mn88472/mn88472.c b/drivers/staging/media/mn88472/mn88472.c index 7ea749cf19f9..5cfa22a30db8 100644 --- a/drivers/staging/media/mn88472/mn88472.c +++ b/drivers/staging/media/mn88472/mn88472.c @@ -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; }