Re: [PATCH 04/21] acpi: Remove "continue" in macro INVALID_TABLE().

2013-07-23 Thread Tejun Heo
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().

2013-07-19 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 (...)