Commit 87a2337a authored by Rafael J. Wysocki's avatar Rafael J. Wysocki

Merge branch 'pm-qos'

* pm-qos:
  PM / QoS: Add return code to pm_qos_get_value function.
parents cf899680 c6a57bff
...@@ -139,6 +139,7 @@ static inline int pm_qos_get_value(struct pm_qos_constraints *c) ...@@ -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;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment