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-02-02 21:14:32 -05:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2007-05-09 23:34:35 -04:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2007-05-09 23:34:35 -04:00
2007-02-02 21:14:31 -05:00
2007-05-09 23:34:35 -04:00
2007-02-02 21:14:31 -05:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-02-02 21:14:31 -05:00
2007-05-09 23:34:35 -04:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2007-04-25 01:13:47 -04:00
2007-05-09 23:34:35 -04:00
2007-05-09 23:34:35 -04:00
2007-02-02 21:14:31 -05:00
2007-02-02 21:14:31 -05:00
2005-08-05 00:45:14 -04:00
2007-05-09 23:34:35 -04:00