The patch titled sound/soc ioremap/iounmap balancing has been added to the -mm tree. Its filename is sound-soc-ioremap-iounmap-balancing.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sound/soc ioremap/iounmap balancing From: "Scott Thompson" <postfail@xxxxxxxxxxxx> ioremap / iounmap balancing in sound/soc tree Signed-off-by: Scott Thompson <postfail <at> hushmail.com> Cc: Jaroslav Kysela <perex@xxxxxxx> Cc: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- sound/soc/s3c24xx/s3c24xx-i2s.c | 1 + 1 files changed, 1 insertion(+) diff -puN sound/soc/s3c24xx/s3c24xx-i2s.c~sound-soc-ioremap-iounmap-balancing sound/soc/s3c24xx/s3c24xx-i2s.c --- a/sound/soc/s3c24xx/s3c24xx-i2s.c~sound-soc-ioremap-iounmap-balancing +++ a/sound/soc/s3c24xx/s3c24xx-i2s.c @@ -385,6 +385,7 @@ static int s3c24xx_i2s_probe(struct plat s3c24xx_i2s.iis_clk=clk_get(&pdev->dev, "iis"); if (s3c24xx_i2s.iis_clk == NULL) { DBG("failed to get iis_clock\n"); + iounmap(s3c24xx_i2s.regs); return -ENODEV; } clk_enable(s3c24xx_i2s.iis_clk); _ Patches currently in -mm which might be from postfail@xxxxxxxxxxxx are sound-pci-ioremap-iounmap-balancing.patch sound-soc-ioremap-iounmap-balancing.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html