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

Commit 0f3855d7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: validate power/aux submodule pointers in unbind path" into dev/msm-4.14-display

parents 55a4f3c9 69b37fbc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -372,7 +372,9 @@ static void dp_display_unbind(struct device *dev, struct device *master,
		return;
	}

	if (dp->power)
		(void)dp->power->power_client_deinit(dp->power);
	if (dp->aux)
		(void)dp->aux->drm_aux_deregister(dp->aux);
	dp_display_deinitialize_hdcp(dp);
}