From ff6d542a4178d5d85bb39739f6625f9a4a3ee25e Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Tue, 17 May 2016 11:38:42 -0300 Subject: [PATCH 4/5] mn88472: fix typo firmare -> firmware Signed-off-by: Julia Lawall Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- drivers/staging/media/mn88472/mn88472.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/mn88472/mn88472.c b/drivers/staging/media/mn88472/mn88472.c index c1842df..522a46e 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; } -- 1.7.10.4