[media] mt9p031: Fix typo in comment
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 8 Feb 2014 16:31:58 +0000 (13:31 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 24 Feb 2014 16:11:49 +0000 (13:11 -0300)
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/mt9p031.c

index e5ddf47..a271662 100644 (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);