The patch titled sound/soc ioremap/iounmap balancing has been removed from the -mm tree. Its filename was sound-soc-ioremap-iounmap-balancing.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 git-alsa.patch sound-pci-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