Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ae24c521a9793e36b1a2311fa64915c2e7b1b7b
Commit:     2ae24c521a9793e36b1a2311fa64915c2e7b1b7b
Parent:     221fe3a4be6aa742693f3a82824235c82d41846f
Author:     Roel Kluin <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 8 09:22:48 2007 +1100
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Mon Nov 19 08:20:37 2007 -0600

    [POWERPC] 4xx: balance ioremap/ioumap calls for Yucca
    
    Call iounmap before returning from an error case.
    
    Signed-off-by: Roel Kluin <[EMAIL PROTECTED]>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/ppc/platforms/4xx/yucca.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/ppc/platforms/4xx/yucca.c b/arch/ppc/platforms/4xx/yucca.c
index a83b0ba..66a44ff 100644
--- a/arch/ppc/platforms/4xx/yucca.c
+++ b/arch/ppc/platforms/4xx/yucca.c
@@ -211,6 +211,7 @@ static void __init yucca_setup_pcie_fpga_rootpoint(int port)
                break;
 
        default:
+               iounmap(pcie_reg_fpga_base);
                return;
        }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to