This is a note to let you know that I've just added the patch titled
gianfar: add missing iounmap() on error in gianfar_ptp_probe()
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
gianfar-add-missing-iounmap-on-error-in-gianfar_ptp_probe.patch
and it can be found in the queue-3.4 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From beb93acfa3abbd2cc9923f5cb34c324081650dfc Mon Sep 17 00:00:00 2001
From: Wei Yongjun <[email protected]>
Date: Thu, 16 May 2013 22:25:34 +0000
Subject: gianfar: add missing iounmap() on error in gianfar_ptp_probe()
From: Wei Yongjun <[email protected]>
[ Upstream commit e5f5e380e0f3bb11f04ca5bc66a551e58e0ad26e ]
Add the missing iounmap() before return from gianfar_ptp_probe()
in the error handling case.
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/net/ethernet/freescale/gianfar_ptp.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/net/ethernet/freescale/gianfar_ptp.c
+++ b/drivers/net/ethernet/freescale/gianfar_ptp.c
@@ -520,6 +520,7 @@ static int gianfar_ptp_probe(struct plat
return 0;
no_clock:
+ iounmap(etsects->regs);
no_ioremap:
release_resource(etsects->rsrc);
no_resource:
Patches currently in stable-queue which might be from
[email protected] are
queue-3.4/gianfar-add-missing-iounmap-on-error-in-gianfar_ptp_probe.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html