commit | 35546bd477146b75ae2a9ff2cb9bfcdb0f701015 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Nov 24 10:10:51 2012 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Nov 24 10:10:51 2012 +0100 |
tree | 5e4b32a1dfbc029772a4e4a9df94981094235b6b | |
parent | 7e4d68443a80574392d1027ff34992ab945934a6 [diff] |
PM / QoS: Handle device PM QoS flags while removing constraints PM QoS flags have to be handled by dev_pm_qos_constraints_destroy() in the same way as PM QoS resume latency constraints. That is, if they have been exposed to user space, they have to be hidden from it and the list of flags requests has to be flushed before destroying the device's PM QoS object. Make that happen. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>