[media] mt9p031: Fix typo in comment

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Laurent Pinchart 2014-02-08 13:31:58 -03:00 committed by Mauro Carvalho Chehab
parent b16fdd53de
commit e8e45593c9

View file

@ -285,7 +285,7 @@ static int mt9p031_power_on(struct mt9p031 *mt9p031)
if (ret < 0)
return ret;
/* Emable clock */
/* Enable clock */
if (mt9p031->clk)
clk_prepare_enable(mt9p031->clk);