]> Pileus Git - ~andy/linux/commit
PM / QoS: Fix a free error in the dev_pm_qos_constraints_destroy()
authorLan,Tianyu <tianyu.lan@intel.com>
Thu, 1 Nov 2012 21:45:30 +0000 (22:45 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 1 Nov 2012 21:45:30 +0000 (22:45 +0100)
commit9eaee2cdcf9ead20f234b15ed26f82a96a4fa8fb
tree3b6be1bc8707ae7401952587440a375ace270aed
parentf9652875dcd49d400b775aecc8e0bf76e405b70a
PM / QoS: Fix a free error in the dev_pm_qos_constraints_destroy()

Free a wrong point to struct dev_pm_qos->latency which suppose to
be the point to struct dev_pm_qos. The patch is to fix the issue.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/qos.c