Loading drivers/cpuidle/governors/menu.c +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ static int menu_select(struct cpuidle_driver *drv, struct cpuidle_device *dev) { struct menu_device *data = &__get_cpu_var(menu_devices); int latency_req = pm_qos_request(PM_QOS_CPU_DMA_LATENCY); unsigned int power_usage = -1; int power_usage = -1; int i; int multiplier; struct timespec t; Loading include/linux/cpuidle.h +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ struct cpuidle_state { unsigned int flags; unsigned int exit_latency; /* in US */ unsigned int power_usage; /* in mW */ int power_usage; /* in mW */ unsigned int target_residency; /* in US */ unsigned int disable; Loading Loading
drivers/cpuidle/governors/menu.c +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ static int menu_select(struct cpuidle_driver *drv, struct cpuidle_device *dev) { struct menu_device *data = &__get_cpu_var(menu_devices); int latency_req = pm_qos_request(PM_QOS_CPU_DMA_LATENCY); unsigned int power_usage = -1; int power_usage = -1; int i; int multiplier; struct timespec t; Loading
include/linux/cpuidle.h +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ struct cpuidle_state { unsigned int flags; unsigned int exit_latency; /* in US */ unsigned int power_usage; /* in mW */ int power_usage; /* in mW */ unsigned int target_residency; /* in US */ unsigned int disable; Loading