aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/serial/sunsab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sunsab.c b/drivers/serial/sunsab.c
index 979497f108c8..cb55d81c27d9 100644
--- a/drivers/serial/sunsab.c
+++ b/drivers/serial/sunsab.c
@@ -1061,8 +1061,8 @@ static int __devinit sab_probe(struct of_device *op, const struct of_device_id *
1061 return err; 1061 return err;
1062 } 1062 }
1063 1063
1064 uart_add_one_port(&sunsab_reg, &up[0].port);
1065 uart_add_one_port(&sunsab_reg, &up[1].port); 1064 uart_add_one_port(&sunsab_reg, &up[1].port);
1065 uart_add_one_port(&sunsab_reg, &up[0].port);
1066 1066
1067 dev_set_drvdata(&op->dev, &up[0]); 1067 dev_set_drvdata(&op->dev, &up[0]);
1068 1068