[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:
parent
b16fdd53de
commit
e8e45593c9
|
@ -285,7 +285,7 @@ static int mt9p031_power_on(struct mt9p031 *mt9p031)
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/* Emable clock */
|
/* Enable clock */
|
||||||
if (mt9p031->clk)
|
if (mt9p031->clk)
|
||||||
clk_prepare_enable(mt9p031->clk);
|
clk_prepare_enable(mt9p031->clk);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue