diff options
Diffstat (limited to 'sound/usb/debug.h')
| -rw-r--r-- | sound/usb/debug.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/debug.h b/sound/usb/debug.h index 343ec2d9ee6..58030176f00 100644 --- a/sound/usb/debug.h +++ b/sound/usb/debug.h @@ -8,7 +8,7 @@  #ifdef HW_CONST_DEBUG  #define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)  #else -#define hwc_debug(fmt, args...) /**/ +#define hwc_debug(fmt, args...) do { } while(0)  #endif  #endif /* __USBAUDIO_DEBUG_H */  | 
