Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73008
b: refs/heads/master
c: 81b635e
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Nov 2, 2007
1 parent 3fcad0d commit c2e2a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46abf4b39a555294ec0df138923daed1ccb9adb5
refs/heads/master: 81b635ef368d994a86f20c0ea5a82f45045da1e9
2 changes: 1 addition & 1 deletion trunk/arch/mips/sgi-ip32/ip32-platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit c2e2a3b

Please sign in to comment.