Merge branch 'pm-qos'
* pm-qos: PM / QoS: Add return code to pm_qos_get_value function.
This commit is contained in:
commit
87a2337abd
|
@ -139,6 +139,7 @@ static inline int pm_qos_get_value(struct pm_qos_constraints *c)
|
||||||
default:
|
default:
|
||||||
/* runtime check for not using enum */
|
/* runtime check for not using enum */
|
||||||
BUG();
|
BUG();
|
||||||
|
return PM_QOS_DEFAULT_VALUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user