Re: [PATCH 04/21] acpi: Remove "continue" in macro INVALID_TABLE().
On Fri, Jul 19, 2013 at 03:59:17PM +0800, Tang Chen wrote: > 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: >
[PATCH 04/21] acpi: Remove "continue" in macro INVALID_TABLE().
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 (...)