summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/cec-adap.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2017-05-28 05:52:16 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-04 15:23:36 -0300
commit20249f84238e006ef7b726d3211a70de7454d045 (patch)
tree77f8fb3f901a03dd63779705c54419c1e4bf1fac /drivers/media/cec/cec-adap.c
parente94c32818d865b620c9bbd2656ab3199259ef9ec (diff)
downloadop-kernel-dev-20249f84238e006ef7b726d3211a70de7454d045.zip
op-kernel-dev-20249f84238e006ef7b726d3211a70de7454d045.tar.gz
[media] cec: drop MEDIA_CEC_DEBUG
Just depend on DEBUG_FS, no need to invent a new kernel config. Especially since CEC can be enabled by drm without enabling MEDIA_SUPPORT. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/cec/cec-adap.c')
-rw-r--r--drivers/media/cec/cec-adap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/cec/cec-adap.c b/drivers/media/cec/cec-adap.c
index f5fe01c..9dfc798 100644
--- a/drivers/media/cec/cec-adap.c
+++ b/drivers/media/cec/cec-adap.c
@@ -1864,7 +1864,7 @@ void cec_monitor_all_cnt_dec(struct cec_adapter *adap)
WARN_ON(call_op(adap, adap_monitor_all_enable, 0));
}
-#ifdef CONFIG_MEDIA_CEC_DEBUG
+#ifdef CONFIG_DEBUG_FS
/*
* Log the current state of the CEC adapter.
* Very useful for debugging.
OpenPOWER on IntegriCloud