Re: [PATCH] drm/msm/dp: Drop now unused hpd_high member

2021-11-09 Thread Stephen Boyd
Quoting Bjorn Andersson (2021-11-06 10:22:46) > Since '8ede2ecc3e5e ("drm/msm/dp: Add DP compliance tests on Snapdragon > Chipsets")' the hpd_high member of struct dp_usbpd has been write-only. > > Let's clean up the code a little bit by removing the writes as well. > > Signed-off-by: Bjorn Anderss

[PATCH] drm/msm/dp: Drop now unused hpd_high member

2021-11-06 Thread Bjorn Andersson
Since '8ede2ecc3e5e ("drm/msm/dp: Add DP compliance tests on Snapdragon Chipsets")' the hpd_high member of struct dp_usbpd has been write-only. Let's clean up the code a little bit by removing the writes as well. Signed-off-by: Bjorn Andersson --- drivers/gpu/drm/msm/dp/dp_display.c | 6 --