Commit 651bc581 authored by Tom Rix's avatar Tom Rix Committed by Rafael J. Wysocki
Browse files

intel_idle: remove definition of DEBUG



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

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 19c329f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
 */

/* un-comment DEBUG to enable pr_debug() statements */
#define DEBUG
/* #define DEBUG */

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt