Message ID | 200907251824.31074.bzolnier@gmail.com (mailing list archive) |
---|---|
State | RFC, archived |
Headers | show |
Index: b/drivers/acpi/processor_throttling.c =================================================================== --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c @@ -1135,9 +1135,6 @@ int acpi_processor_get_throttling_info(s pr->throttling.duty_offset, pr->throttling.duty_width)); - if (!pr) - return -EINVAL; - /* * Evaluate _PTC, _TSS and _TPC * They must all be present or none of them can be used.