The patch titled rtc-mxc-fix-memory-leak-fix has been removed from the -mm tree. Its filename was rtc-mxc-fix-memory-leak-fix.patch This patch was dropped because it was folded into rtc-mxc-fix-memory-leak.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: rtc-mxc-fix-memory-leak-fix From: Yoichi Yuasa <yuasa@xxxxxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Alexander Beregalov <a.beregalov@xxxxxxxxx> Cc: Daniel Mack <daniel@xxxxxxxx> Cc: Paul Gortmaker <p_gortmaker@xxxxxxxxx> Cc: WANG Cong <xiyou.wangcong@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-mxc.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/rtc/rtc-mxc.c~rtc-mxc-fix-memory-leak-fix drivers/rtc/rtc-mxc.c --- a/drivers/rtc/rtc-mxc.c~rtc-mxc-fix-memory-leak-fix +++ a/drivers/rtc/rtc-mxc.c @@ -397,6 +397,7 @@ static int __init mxc_rtc_probe(struct p clk = clk_get(&pdev->dev, "ckil"); if (IS_ERR(clk)) { + iounmap(pdata->ioaddr); ret = PTR_ERR(clk); goto exit_free_pdata; } _ Patches currently in -mm which might be from yuasa@xxxxxxxxxxxxxx are origin.patch rtc-mxc-fix-memory-leak.patch rtc-mxc-fix-memory-leak-fix.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