Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ddd3273 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: Fix DP_MST_DEBUG formatting error"

parents e86e6c91 f522e12b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2551,7 +2551,8 @@ static int dp_display_mst_connector_update_link_info(
	memcpy(&dp_panel->link_info, &dp->panel->link_info,
			sizeof(dp_panel->link_info));

	DP_MST_DEBUG("dp mst connector:%d link info updated\n");
	DP_MST_DEBUG("dp mst connector: %d link info updated\n",
			sde_conn->base.base.id);

	return rc;
}