diff --git a/sound/usb/debug.h b/sound/usb/debug.h index 343ec2d9ee6675ff2bea1016188a840418f4aadc..58030176f0083deef38d3d37b2ea46775cce58a0 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 */