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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user