mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-03 19:53:02 +09:00
If put cec_notifier_set_phys_addr in rxsense setup, hdmi->mutex may become deadlock. Because cec_notifier_set_phys_addr will call dw_hdmi_cec_enable which cause hdmi->mutex become deadlock. Change-Id: I4fed641c9e9d7674451402a973196ef0efeb198f Signed-off-by: Algea Cao <algea.cao@rock-chips.com>