]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/usb_gadget_sdp.c
rockchip: video: rk_hdmi: migrate to livetree
[people/ms/u-boot.git] / cmd / usb_gadget_sdp.c
index b1d8b2858e199a5132902130851d364a6bf79a36..ae4d73c1250d02eb082d65ea687c2d6ad663412e 100644 (file)
@@ -28,13 +28,13 @@ static int do_sdp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 
        ret = sdp_init(controller_index);
        if (ret) {
-               error("SDP init failed: %d", ret);
+               pr_err("SDP init failed: %d", ret);
                goto exit;
        }
 
        /* This command typically does not return but jumps to an image */
        sdp_handle(controller_index);
-       error("SDP ended");
+       pr_err("SDP ended");
 
 exit:
        g_dnl_unregister();