MIPS: Fix up inconsistency in panic() string argument.
[firefly-linux-kernel-4.4.55.git] / arch / mips / ar7 / platform.c
index 33ffecf6a6d662403cc8cd3fb24de1737dc3e39b..60102392af01d7fbe1d27e8b4fa10c70a68e6896 100644 (file)
@@ -536,7 +536,7 @@ static int __init ar7_register_uarts(void)
 
        bus_clk = clk_get(NULL, "bus");
        if (IS_ERR(bus_clk))
-               panic("unable to get bus clk\n");
+               panic("unable to get bus clk");
 
        uart_port.type          = PORT_AR7;
        uart_port.uartclk       = clk_get_rate(bus_clk) / 2;