hdmi:cec: delete maroc DEBUG definaion.

Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
Zheng Yang 2015-08-14 13:59:13 +08:00
parent 4107ab806e
commit 3ff30ce4d2

View File

@ -169,7 +169,6 @@ struct cec_device {
void (*setceclogicaddr)(struct hdmi *, int);
};
#define DEBUG
#ifdef DEBUG
#define CECDBG(format, ...) \
pr_info(format, ## __VA_ARGS__)