Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bb856c5b494049584eca61c6069eb8e1b0f9ce35
Commit:     bb856c5b494049584eca61c6069eb8e1b0f9ce35
Parent:     a8401fa57f1600ca0ad74b958c2c9eb494f40dc8
Author:     Roel Kluin <[EMAIL PROTECTED]>
AuthorDate: Sun Nov 4 13:00:06 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Thu Nov 15 23:21:49 2007 +0000

    [MIPS] iounmap if in vr41xx_pciu_init() pci clock is over 33MHz
    
    iounmap if pci clock is over 33MHz.  Cosmetic because the iomap() in this
    case is just a bit of address magic.
    
    Signed-off-by: Roel Kluin <[EMAIL PROTECTED]>
    Acked-by: Yoichi Yuasa <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/pci/pci-vr41xx.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/pci/pci-vr41xx.c b/arch/mips/pci/pci-vr41xx.c
index 240df9e..33c4f68 100644
--- a/arch/mips/pci/pci-vr41xx.c
+++ b/arch/mips/pci/pci-vr41xx.c
@@ -154,6 +154,7 @@ static int __init vr41xx_pciu_init(void)
                pciu_write(PCICLKSELREG, QUARTER_VTCLOCK);
        else {
                printk(KERN_ERR "PCI Clock is over 33MHz.\n");
+               iounmap(pciu_base);
                return -EINVAL;
        }
 
-
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