mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
[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:
parent
768dec4cc3
commit
b907ef688d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user