media: Replace initalized ->initialized

While committing a change on em28xx, I got a warning of a
typo there. So, fix it on em28xx and on two other media drivers
with the same typo.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab
2017-06-24 15:46:24 -03:00
parent d6a643275a
commit 1250a85b1b
3 changed files with 3 additions and 3 deletions

View File

@@ -821,7 +821,7 @@ static int em28xx_ir_init(struct em28xx *dev)
if (err)
goto error;
dev_info(&dev->intf->dev, "Input extension successfully initalized\n");
dev_info(&dev->intf->dev, "Input extension successfully initialized\n");
return 0;