Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment