[patch] pm_qos update fixing mmotm 2010-05-11 -dies inpm_qos_update_request()

From: mgross
Date: Fri May 14 2010 - 22:19:37 EST


I apologize for the goofy email address.

The following is a fix for the crash reported by Valdis.

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. It seems that the e1000e is doing this. This update restores this
behavior.

I need to think about how to better handle such abuse, but for now this
restores the original behavior.

Signed-off-by: markgross <markgross@xxxxxxxxxxx>
--mgross