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

Commit 374f0206 authored by Venkata Rao Kakani's avatar Venkata Rao Kakani Committed by Gerrit - the friendly Code Review server
Browse files

drm/bridge: Update place_marker with update_marker



replace place_marker with update_marker to avoid 
duplicate entries of same marker.

Change-Id: If096aa646dd682bbccd29ef49aff753e4c5e57ff
Signed-off-by: default avatarVenkata Rao Kakani <vkakani@codeaurora.org>
parent e9e01580
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1289,7 +1289,7 @@ static void anx7625_bridge_enable(struct drm_bridge *bridge)
#ifdef CONFIG_PM_SLEEP
	if (anx7625->out_of_hibr) {
		anx7625->out_of_hibr = false;
		place_marker("Hiber: Display up");
		update_marker("Hiber: Display up");
	}
#endif
	if (!anx7625->powered)