ARM: Kirkwood: checkpatch cleanups
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-kirkwood / sheevaplug-setup.c
index 28d0abaf4bd98890867d8ada4a3f36b92276cc04..8a175948b28d7f24882c8bbc379feb2f6126c03f 100644 (file)
@@ -117,7 +117,7 @@ static void __init sheevaplug_init(void)
 
        if (gpio_request(29, "USB Power Enable") != 0 ||
            gpio_direction_output(29, 1) != 0)
-               printk(KERN_ERR "can't set up GPIO 29 (USB Power Enable)\n");
+               pr_err("can't set up GPIO 29 (USB Power Enable)\n");
        kirkwood_ehci_init();
 
        kirkwood_ge00_init(&sheevaplug_ge00_data);