]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-omap2/am33xx/board.c
treewide: replace with error() with pr_err()
[u-boot] / arch / arm / mach-omap2 / am33xx / board.c
index 913a44ad64b4f0ece107a4c88ad17e13cc431504..ae86b69b9c71ff555989132826cac832bdbde95e 100644 (file)
@@ -241,7 +241,7 @@ int arch_misc_init(void)
 #if defined(CONFIG_DM_ETH) && defined(CONFIG_USB_ETHER)
        ret = usb_ether_init();
        if (ret) {
-               error("USB ether init failed\n");
+               pr_err("USB ether init failed\n");
                return ret;
        }
 #endif