diff options
Diffstat (limited to 'arch/arm/mach-omap2/smartreflex.c')
-rw-r--r-- | arch/arm/mach-omap2/smartreflex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/smartreflex.c b/arch/arm/mach-omap2/smartreflex.c index 2edd1e2e4622..d8592771838f 100644 --- a/arch/arm/mach-omap2/smartreflex.c +++ b/arch/arm/mach-omap2/smartreflex.c | |||
@@ -183,7 +183,7 @@ static void sr_set_regfields(struct omap_sr *sr) | |||
183 | sr->err_weight = OMAP3430_SR_ERRWEIGHT; | 183 | sr->err_weight = OMAP3430_SR_ERRWEIGHT; |
184 | sr->err_maxlimit = OMAP3430_SR_ERRMAXLIMIT; | 184 | sr->err_maxlimit = OMAP3430_SR_ERRMAXLIMIT; |
185 | sr->accum_data = OMAP3430_SR_ACCUMDATA; | 185 | sr->accum_data = OMAP3430_SR_ACCUMDATA; |
186 | if (!(strcmp(sr->name, "sr1"))) { | 186 | if (!(strcmp(sr->name, "smartreflex_mpu_iva"))) { |
187 | sr->senn_avgweight = OMAP3430_SR1_SENNAVGWEIGHT; | 187 | sr->senn_avgweight = OMAP3430_SR1_SENNAVGWEIGHT; |
188 | sr->senp_avgweight = OMAP3430_SR1_SENPAVGWEIGHT; | 188 | sr->senp_avgweight = OMAP3430_SR1_SENPAVGWEIGHT; |
189 | } else { | 189 | } else { |