]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/common/common.c
treewide: replace with error() with pr_err()
[people/ms/u-boot.git] / drivers / usb / common / common.c
index 35c2dc18d9554eb3b75f0eff4d65e0e2f8f99733..e8432bb016eb9f707e11d6fd8292c9e345366e94 100644 (file)
@@ -28,7 +28,7 @@ enum usb_dr_mode usb_get_dr_mode(int node)
 
        dr_mode = fdt_getprop(fdt, node, "dr_mode", NULL);
        if (!dr_mode) {
-               error("usb dr_mode not found\n");
+               pr_err("usb dr_mode not found\n");
                return USB_DR_MODE_UNKNOWN;
        }