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

Commit 202a546b authored by Sankeerth Billakanti's avatar Sankeerth Billakanti Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/dp: fix clang compilation in dp driver



Make changes to ensure the DP driver is compiled
successfully with clang enabled.

Change-Id: I28d3d5db197beea454460441e853eef143dac0b4
Signed-off-by: default avatarSankeerth Billakanti <sbillaka@codeaurora.org>
parent d2c77f99
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -262,7 +262,6 @@ static void dp_display_deinitialize_hdcp(struct dp_display_private *dp)

	sde_dp_hdcp2p2_deinit(dp->hdcp.data);
	dp_display_destroy_hdcp_workqueue(dp);
	if (&dp->hdcp_mutex)
	mutex_destroy(&dp->hdcp_mutex);
}