Skip to content

Commit

Permalink
[ARM] 4977/2: soc - pxa2xx-ac97 - Add missing clk_enable()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Russell King committed Apr 19, 2008
1 parent 768dec4 commit b907ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/pxa/pxa2xx-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b907ef6

Please sign in to comment.