PM: PM QOS update fix
authorMark Gross <markgross@thegnar.org>
Sun, 16 May 2010 22:21:03 +0000 (00:21 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 16 May 2010 22:21:03 +0000 (00:21 +0200)
This update handles a use case where pm_qos update requests need to
silently fail if the update is being sent to a handle that is NULL.

The problem was that the original pm_qos silently fails when a request
update is passed to a parameter that has not been added to the list yet.
This update restores that behavior.

Signed-off-by: markgross <markgross@thegnar.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

No differences found