Loading drivers/gpu/drm/msm/dp/dp_display.c +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 Loading Loading @@ -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); } Loading Loading
drivers/gpu/drm/msm/dp/dp_display.c +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 Loading Loading @@ -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); } Loading