diff options
Diffstat (limited to 'drivers/video/carminefb.c')
-rw-r--r-- | drivers/video/carminefb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/carminefb.c b/drivers/video/carminefb.c index d8345fcc4fe3..6b19136aa181 100644 --- a/drivers/video/carminefb.c +++ b/drivers/video/carminefb.c | |||
@@ -432,7 +432,7 @@ static int init_hardware(struct carmine_hw *hw) | |||
432 | u32 loops; | 432 | u32 loops; |
433 | u32 ret; | 433 | u32 ret; |
434 | 434 | ||
435 | /* Initalize Carmine */ | 435 | /* Initialize Carmine */ |
436 | /* Sets internal clock */ | 436 | /* Sets internal clock */ |
437 | c_set_hw_reg(hw, CARMINE_CTL_REG + CARMINE_CTL_REG_CLOCK_ENABLE, | 437 | c_set_hw_reg(hw, CARMINE_CTL_REG + CARMINE_CTL_REG_CLOCK_ENABLE, |
438 | CARMINE_DFLT_IP_CLOCK_ENABLE); | 438 | CARMINE_DFLT_IP_CLOCK_ENABLE); |