|
@@ -402,7 +402,7 @@ static const char *str_supported(int is_supported);
|
|
|
#else
|
|
|
static inline const char *str_supported(int is_supported) { return ""; }
|
|
|
#define vdbg_printk(a_dbg_level, format, arg...) \
|
|
|
- no_printk(format, ##arg)
|
|
|
+ do { if (0) no_printk(format, ##arg); } while (0)
|
|
|
#endif
|
|
|
|
|
|
static void tpacpi_log_usertask(const char * const what)
|