]> git.sur5r.net Git - u-boot/blobdiff - cmd/usb_gadget_sdp.c
mmc: avoid division by zero in meson_mmc_config_clock
[u-boot] / cmd / usb_gadget_sdp.c
index ae4d73c1250d02eb082d65ea687c2d6ad663412e..97d00ec5453879c37c40377454bd6aa2807e18bd 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) {
-               pr_err("SDP init failed: %d", ret);
+               pr_err("SDP init failed: %d\n", ret);
                goto exit;
        }
 
        /* This command typically does not return but jumps to an image */
        sdp_handle(controller_index);
-       pr_err("SDP ended");
+       pr_err("SDP ended\n");
 
 exit:
        g_dnl_unregister();