diff options
author | Scott Thompson <postfail@hushmail.com> | 2007-08-01 07:38:59 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:58:21 -0400 |
commit | 8642a4ba6462e25f709f8899e1b4fd5b8f5d93a4 (patch) | |
tree | ec5417882e49045de6b827ec604f3cfcbf9d4b93 /sound/soc | |
parent | 9dbd627b50e80e0552af66f7b9d2ae53f5b4a7fb (diff) |
[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: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-i2s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index 39f02462e07d..cd89c4105fcd 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c | |||
@@ -385,6 +385,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev) | |||
385 | s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis"); | 385 | s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis"); |
386 | if (s3c24xx_i2s.iis_clk == NULL) { | 386 | if (s3c24xx_i2s.iis_clk == NULL) { |
387 | DBG("failed to get iis_clock\n"); | 387 | DBG("failed to get iis_clock\n"); |
388 | iounmap(s3c24xx_i2s.regs); | ||
388 | return -ENODEV; | 389 | return -ENODEV; |
389 | } | 390 | } |
390 | clk_enable(s3c24xx_i2s.iis_clk); | 391 | clk_enable(s3c24xx_i2s.iis_clk); |