PM / QoS: Handle device PM QoS flags while removing constraints
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 24 Nov 2012 09:10:51 +0000 (10:10 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 24 Nov 2012 09:10:51 +0000 (10:10 +0100)
commit35546bd477146b75ae2a9ff2cb9bfcdb0f701015
tree5e4b32a1dfbc029772a4e4a9df94981094235b6b
parent7e4d68443a80574392d1027ff34992ab945934a6
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>
drivers/base/power/qos.c