]> git.baikalelectronics.ru Git - kernel.git/commit
PM / QoS: Add return code to pm_qos_get_value function.
authorLuis Gonzalez Fernandez <luisgf@gmail.com>
Fri, 7 Sep 2012 19:35:21 +0000 (21:35 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 7 Sep 2012 19:35:21 +0000 (21:35 +0200)
commitd2635a628fb34166fd5acccaa9cb8700c5b4e946
treed896e9fcd61dccd27f253c794e2f742c6f59907d
parent02230fc23eac9191110a1143d3da979dc7ed2a68
PM / QoS: Add return code to pm_qos_get_value function.

pm_qos_get_value don't return a return code in all cases. It's sure that
anything interesting happend after BUG() but this prevent any compilation
warning.

[rjw: Chaneged the new return value to PM_QOS_DEFAULT_VALUE.]

Signed-off-by: Luis Gonzalez Fernandez <luisgf@gmail.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
kernel/power/qos.c