Skip to content

Commit

Permalink
Merge branch 'pm-qos'
Browse files Browse the repository at this point in the history
* pm-qos:
  PM / QoS: Add return code to pm_qos_get_value function.
  • Loading branch information
rjwysocki committed Sep 17, 2012
2 parents cf89968 + c6a57bf commit 87a2337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/power/qos.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static inline int pm_qos_get_value(struct pm_qos_constraints *c)
default:
/* runtime check for not using enum */
BUG();
return PM_QOS_DEFAULT_VALUE;
}
}

Expand Down

0 comments on commit 87a2337

Please sign in to comment.