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

Commit f522e12b authored by Rahul Sharma's avatar Rahul Sharma
Browse files

drm/msm/dp: Fix DP_MST_DEBUG formatting error



This patch fixes the wrong format specifier in DP_MST_DEBUG.

Change-Id: I10d288d4f6cd2136e6f1fc9ad3688cb3dc5b7947
Signed-off-by: default avatarRahul Sharma <rahsha@codeaurora.org>
parent f5bd1c63
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2509,7 +2509,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;
}