intel_idle: remove definition of DEBUG

commit 651bc5816c upstream.

Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Chen Zhuo <sagazchen@tencent.com>
Signed-off-by: Xinghui Li <korantli@tencent.com>
This commit is contained in:
Tom Rix 2021-01-15 15:56:46 -08:00 committed by Jianping Liu
parent 91d50bd49f
commit ce6df7b720
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
*/
/* un-comment DEBUG to enable pr_debug() statements */
#define DEBUG
/* #define DEBUG */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt