diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-02-08 13:31:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-02-24 13:11:49 -0300 |
commit | e8e45593c920a05b1f4b9d94738a84039b9b4f22 (patch) | |
tree | 010c74e8623655ea00ef6659ea44fc3e6b902c70 /drivers/media/i2c | |
parent | b16fdd53de8f46da425a87f7175276d1c8d92355 (diff) |
[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>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r-- | drivers/media/i2c/mt9p031.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9p031.c index e5ddf47030f..a27166277de 100644 --- a/drivers/media/i2c/mt9p031.c +++ b/drivers/media/i2c/mt9p031.c @@ -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); |