diff options
Diffstat (limited to 'drivers/media/i2c/mt9p031.c')
-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 e5ddf47030fd..a27166277dee 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) | |||
285 | if (ret < 0) | 285 | if (ret < 0) |
286 | return ret; | 286 | return ret; |
287 | 287 | ||
288 | /* Emable clock */ | 288 | /* Enable clock */ |
289 | if (mt9p031->clk) | 289 | if (mt9p031->clk) |
290 | clk_prepare_enable(mt9p031->clk); | 290 | clk_prepare_enable(mt9p031->clk); |
291 | 291 | ||