commit | 2d5914ccf9b359d40de27eefd1761ddc93785376 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Mar 11 09:17:05 2013 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Mar 25 00:05:48 2013 +0100 |
tree | c50ebd7d62edce931ae1bd39aec883ffc244948b | |
parent | 6270da6f4d5a7e13cff98585d25c6742aec5a33c [diff] |
ACPI: suppress compiler warnings in processor_throttling.c This patch fixes following compiler warnings when build via make W=1: drivers/acpi/processor_throttling.c: In function ‘acpi_processor_throttling_init’: drivers/acpi/processor_throttling.c:216:40: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>