drm/bridge: dw-hdmi: add missing cec_notifier_put
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 7 Aug 2017 07:20:35 +0000 (09:20 +0200)
committerArchit Taneja <architt@codeaurora.org>
Mon, 7 Aug 2017 10:48:25 +0000 (16:18 +0530)
commite383bf85d32b5953f34fa0e3d619886ec49413b1
tree2995c22b5ac6714c53d534e91385f12f800df0b6
parent2cd575aabd4db9b22f68847fcb0e3d88cc2d0fb1
drm/bridge: dw-hdmi: add missing cec_notifier_put

The __dw_hdmi_remove() function was missing a call to cec_notifier_put
to balance the cec_notifier_get in the probe function.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: https://patchwork.freedesktop.org/patch/msgid/a7688d13-2d61-ed16-f2df-28cbb5007f38@xs4all.nl
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c