commit | cf7eeea947efaf2348dd87542508b1d426b948cd | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed May 30 13:41:09 2018 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed May 30 23:13:00 2018 +0200 |
tree | 95dfe354c7b8d4467f8c9dc6a722e23bcbca76c0 | |
parent | b04e217704b7f879c6b91222b066983a44a7a09f [diff] |
cpuidle: governors: Drop redundant checks related to PM QoS PM_QOS_RESUME_LATENCY_NO_CONSTRAINT is defined as the 32-bit integer maximum, so it is not necessary to test the return value of dev_pm_qos_raw_read_value() against it directly in the menu and ladder cpuidle governors. Drop these redundant checks. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>