[PATCH 3/3] acpi: Kill macro INVALID_TABLE().

2013-08-14 Thread Tang Chen
The macro INVALID_TABLE() is defined like this: #define INVALID_TABLE(x, path, name)\ { pr_err("ACPI OVERRIDE: " x " [%s%s]\n", path, name); continue; } And it is used like this: for (...) { ... if (...)

[PATCH 3/3] acpi: Kill macro INVALID_TABLE().

2013-08-14 Thread Tang Chen
The macro INVALID_TABLE() is defined like this: #define INVALID_TABLE(x, path, name)\ { pr_err(ACPI OVERRIDE: x [%s%s]\n, path, name); continue; } And it is used like this: for (...) { ... if (...)