commit | 6ef0f086beafb3c7d81cd3de81d886d105ea25b2 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Feb 04 22:44:42 2013 +0000 |
committer | Len Brown <len.brown@intel.com> | Fri Feb 08 18:44:51 2013 -0500 |
tree | 4ba11f2a38aca41ac1d0ec0f32464b2374de6c31 | |
parent | e2668fb53ffd3e01c3116f65a9047a25e4c66399 [diff] |
ACPI / idle: pass the cpuidle_device parameter The cpuidle_device is retrieved in the function by using directly the global variable. But the caller of this function already have this device and it can be passed as a parameter. That is one small step to encapsulate the code more. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Len Brown <len.brown@intel.com>