Hanjun Guo 082e12a05c ACPI / processor: remove unnecessary if (!pr) check
acpi_processor_errata() is only called in acpi_processor_get_info(),
and the argument 'pr' passed to acpi_processor_errata() will never be
NULL, so the if (!pr) check is unnecessary and can be removed.

Since the 'pr' argument is not used by acpi_processor_errata() any more,
so change the argument into void too.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2013-09-24 01:39:40 +02:00
..
2013-08-27 01:29:04 +02:00
2013-08-27 01:29:04 +02:00
2013-04-28 01:54:08 +02:00
2013-08-27 01:29:04 +02:00
2013-08-30 14:13:50 +02:00
2013-08-23 10:22:29 +02:00
2013-08-27 01:29:04 +02:00
2013-08-29 17:23:33 -06:00
2013-08-27 01:28:17 +02:00
2013-09-10 23:14:53 +02:00
2013-08-27 01:29:04 +02:00
2013-01-17 14:11:06 +01:00
2013-08-30 14:13:50 +02:00
2013-08-27 01:25:28 +02:00
2013-08-27 01:40:40 +02:00