2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

Merge branch 'pm-qos'

* pm-qos:
  PM / QoS: Add return code to pm_qos_get_value function.
This commit is contained in:
Rafael J. Wysocki 2012-09-17 20:25:51 +02:00
commit 87a2337abd

View File

@ -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;
}
}