dect
/
linux-2.6
Archived
13
0
Fork 0

[ARM] 4977/2: soc - pxa2xx-ac97 - Add missing clk_enable()

Add missing clk_enable()

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: eric miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Mark Brown 2008-04-15 16:12:44 +01:00 committed by Russell King
parent 768dec4cc3
commit b907ef688d
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ static int pxa2xx_ac97_probe(struct platform_device *pdev)
ac97_clk = NULL;
goto err_irq;
}
clk_enable(ac97_clk);
return 0;
err_irq: