aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ar7/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ar7/platform.c')
-rw-r--r--arch/mips/ar7/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c
index 33ffecf6a6d..60102392af0 100644
--- a/arch/mips/ar7/platform.c
+++ b/arch/mips/ar7/platform.c
@@ -536,7 +536,7 @@ static int __init ar7_register_uarts(void)
536 536
537 bus_clk = clk_get(NULL, "bus"); 537 bus_clk = clk_get(NULL, "bus");
538 if (IS_ERR(bus_clk)) 538 if (IS_ERR(bus_clk))
539 panic("unable to get bus clk\n"); 539 panic("unable to get bus clk");
540 540
541 uart_port.type = PORT_AR7; 541 uart_port.type = PORT_AR7;
542 uart_port.uartclk = clk_get_rate(bus_clk) / 2; 542 uart_port.uartclk = clk_get_rate(bus_clk) / 2;