Commit 8642a4ba authored by Scott Thompson's avatar Scott Thompson Committed by Jaroslav Kysela

[ALSA] sound/soc ioremap/iounmap balancing

ioremap / iounmap balancing in sound/soc tree

Signed-off-by: Scott Thompson <postfail <at> hushmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 9dbd627b
...@@ -385,6 +385,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev) ...@@ -385,6 +385,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev)
s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis"); s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis");
if (s3c24xx_i2s.iis_clk == NULL) { if (s3c24xx_i2s.iis_clk == NULL) {
DBG("failed to get iis_clock\n"); DBG("failed to get iis_clock\n");
iounmap(s3c24xx_i2s.regs);
return -ENODEV; return -ENODEV;
} }
clk_enable(s3c24xx_i2s.iis_clk); clk_enable(s3c24xx_i2s.iis_clk);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment