]> Git Repo - linux.git/commitdiff
[MIPS] IP32: Fix address of 2nd serial interface.
authorRalf Baechle <[email protected]>
Wed, 31 Oct 2007 13:10:00 +0000 (13:10 +0000)
committerRalf Baechle <[email protected]>
Fri, 2 Nov 2007 16:13:46 +0000 (16:13 +0000)
Found by Giuseppe Sacco <[email protected]>.

Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/sgi-ip32/ip32-platform.c

index 7309e48d163d1535facc87aef51ee4608ed3f3fc..77febd68fcd47ec0ea6b5bcd7876b62fe283121e 100644 (file)
@@ -42,7 +42,7 @@ static struct platform_device uart8250_device = {
 static int __init uart8250_init(void)
 {
        uart8250_data[0].membase = (void __iomem *) &mace->isa.serial1;
-       uart8250_data[1].membase = (void __iomem *) &mace->isa.serial1;
+       uart8250_data[1].membase = (void __iomem *) &mace->isa.serial2;
 
        return platform_device_register(&uart8250_device);
 }
This page took 0.040542 seconds and 4 git commands to generate.