From: Daniel Lezcano Date: Mon, 4 Feb 2013 22:44:42 +0000 (+0000) Subject: ACPI / idle: pass the cpuidle_device parameter X-Git-Tag: v3.9-rc1~146^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef0f086beafb3c7d81cd3de81d886d105ea25b2;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed