From: Mark Gross Date: Sun, 16 May 2010 22:21:03 +0000 (+0200) Subject: PM: PM QOS update fix X-Git-Tag: v2.6.35-rc1~484^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25f3a5a2854dce8b8413fd24cc9d5b9e3632be54;p=pandora-kernel.git PM: PM QOS update fix 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed