Re: [PATCH 4/5] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-07-02 Thread kbuild test robot
Hi Dariusz, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.2-rc7] [cannot apply to next-20190702] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0da

[PATCH 4/5] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-07-01 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the HDMI connector, and fill in the cec_connector_info. Signed-off-by: Dariusz Marcinkiewicz --- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 32 ++- 1 file changed, 19 insertions(+), 13 de