intel_idle: remove definition of DEBUG

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>
This commit is contained in:
Tom Rix
2021-01-15 15:56:46 -08:00
committed by Rafael J. Wysocki
parent 19c329f680
commit 651bc5816c

View File

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