Skip to content

Commit

Permalink
msm: mpdecision: Make it a little bit more conservative
Browse files Browse the repository at this point in the history
  • Loading branch information
hellsgod committed Sep 18, 2014
1 parent 466e2cd commit 11ff26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/msm_mpdecision.c
Expand Up @@ -98,7 +98,7 @@ static struct msm_mpdec_tuners {
#endif
};

static unsigned int NwNs_Threshold[8] = {12, 0, 20, 7, 25, 10, 0, 18};
static unsigned int NwNs_Threshold[8] = {12, 0, 25, 7, 30, 10, 0, 18};
static unsigned int TwTs_Threshold[8] = {140, 0, 140, 190, 140, 190, 0, 190};

extern unsigned int get_rq_info(void);
Expand Down

0 comments on commit 11ff26e

Please sign in to comment.