[PATCH] dw-hdmi: add missing cec_notifier_put

Archit Taneja architt at codeaurora.org
Mon Aug 7 10:57:06 UTC 2017



On 08/07/2017 12:50 PM, Hans Verkuil wrote:
> The __dw_hdmi_remove() function was missing a call to cec_notifier_put
> to balance the cec_notifier_get in the probe function.

Queued to drm-misc-next.

Thanks,
Archit

> 
> Signed-off-by: Hans Verkuil <hans.verkuil at cisco.com>
> ---
> This fix was in the v3 patch but unfortunately the v2 patch ended up being merged.
> So fix this in a separate patch.
> ---
>   drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
> index f8171cd07e74..a24ec4ad18bd 100644
> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
> @@ -2496,6 +2496,9 @@ static void __dw_hdmi_remove(struct dw_hdmi *hdmi)
>   	/* Disable all interrupts */
>   	hdmi_writeb(hdmi, ~0, HDMI_IH_MUTE_PHY_STAT0);
> 
> +	if (hdmi->cec_notifier)
> +		cec_notifier_put(hdmi->cec_notifier);
> +
>   	clk_disable_unprepare(hdmi->iahb_clk);
>   	clk_disable_unprepare(hdmi->isfr_clk);
> 

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project


More information about the dri-devel mailing list