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)
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>

No differences found