diff options
Diffstat (limited to 'sys/dev/pci/drm/radeon/atom.c')
-rw-r--r-- | sys/dev/pci/drm/radeon/atom.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/radeon/atom.c b/sys/dev/pci/drm/radeon/atom.c index f4852aea9ec..ec88b70f5b4 100644 --- a/sys/dev/pci/drm/radeon/atom.c +++ b/sys/dev/pci/drm/radeon/atom.c @@ -97,6 +97,10 @@ static void debug_print_spaces(int n) printk(" "); } +#ifdef DEBUG +#undef DEBUG +#endif + #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0) #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0) #else |