Skip to content

Commit

Permalink
intel_extreme: Fix tracing toggle names
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Dec 28, 2012
1 parent d1043df commit 7830393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/add-ons/kernel/drivers/graphics/intel_extreme/driver.cpp
Expand Up @@ -22,8 +22,8 @@
#include <SupportDefs.h>


#define TRACE_DEVICE
#ifdef TRACE_DEVICE
#define TRACE_DRIVER
#ifdef TRACE_DRIVER
# define TRACE(x...) dprintf("intel_extreme: " x)
#else
# define TRACE(x) ;
Expand Down
Expand Up @@ -22,8 +22,8 @@
#include <util/kernel_cpp.h>


#define TRACE_DEVICE
#ifdef TRACE_DEVICE
#define TRACE_INTELEXTREME
#ifdef TRACE_INTELEXTREME
# define TRACE(x...) dprintf("intel_extreme: " x)
#else
# define TRACE(x) ;
Expand Down

0 comments on commit 7830393

Please sign in to comment.