Skip to content

Commit

Permalink
cpufreq_lulzactive: add missing timer_rate init
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokhan Moral committed Sep 11, 2012
1 parent a85fd95 commit 0b9ee3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/cpufreq/cpufreq_lulzactive.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define LULZACTIVE_AUTHOR "tegrak"

// if you changed some codes for optimization, just write your name here.
#define LULZACTIVE_TUNER "siyah"
#define LULZACTIVE_TUNER "gokhanmoral"

static atomic_t active_count = ATOMIC_INIT(0);

Expand Down Expand Up @@ -1010,6 +1010,7 @@ static int __init cpufreq_lulzactive_init(void)
pump_down_step = DEFAULT_PUMP_DOWN_STEP;
early_suspended = 0;
screen_off_min_step = DEFAULT_SCREEN_OFF_MIN_STEP;
timer_rate = DEFAULT_TIMER_RATE;


/* Initalize per-cpu timers */
Expand Down

0 comments on commit 0b9ee3a

Please sign in to comment.