Dave Jones 4ebf83c8cf ACPI: fix empty macros found by -Wextra
ACPI has a ton of macros which make a bunch of empty if's when configured
in non-debug mode.

[lenb: The code it complaines about is functionally correct,
 so this patch is just to make -Wextra happier]

#define DBG()

if(...)
        DBG();
next_c_statement

which turns into
if(...) ;
next_c_statement

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
2007-07-22 00:54:24 -04:00
..
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-02-16 22:10:32 -05:00
2007-03-09 21:19:05 -05:00
2007-02-12 22:42:12 -05:00
2007-02-12 22:42:12 -05:00
2007-03-28 23:31:43 -04:00
2007-02-12 22:42:12 -05:00
2007-07-22 00:54:24 -04:00
2007-07-03 01:40:59 -04:00
2007-04-28 23:16:59 -04:00
2007-05-08 11:15:08 -07:00
2007-02-12 22:42:12 -05:00