Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
- Loading branch information