media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 10 Mar 2021 08:21:32 +0000 (09:21 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 09:24:44 +0000 (10:24 +0100)
commit7432376a3f57f2fd99e08437070c5f831315e5aa
tree67cafcc57bc878cd45270ba02ddf959da90b07b9
parentf20596943a32d99d449384ea8cc3b3ce61e3d4ec
media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)

If CONFIG_I2C=m and CONFIG_CEC_CORE=y then of_find_i2c_device_by_node()
is not reachable. So use IS_REACHABLE instead of IS_ENABLED.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Fixes: a62943c145c1 ("media: cec-notifier: also search for HDMI devices on I2C")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/cec/core/cec-notifier.c