Message ID | 20170410232944.GA4152@decadent.org.uk (mailing list archive) |
---|---|
State | Mainlined |
Delegated to: | Rafael Wysocki |
Headers | show |
Hi Ben, good catch, thanks! Could you resubmit adding my Signed-off-by, please. Rafael could directly pick it up then? > Reported-by: GSR <gsr.bugs@infernal-iceberg.com> > Tested-by: GSR <gsr.bugs@infernal-iceberg.com> These seem not to make much sense, at least not in the kernel changelog?
On Tue, 2017-04-11 at 14:36 +0200, Thomas Renninger wrote: > Hi Ben, > > good catch, thanks! > Could you resubmit adding my Signed-off-by, please. > Rafael could directly pick it up then? That doesn't make sense. You should add a Signed-off-by if *you* send it on. Otherwise Rafael or I can add an Acked-by. > > Reported-by: GSR <gsr.bugs@infernal-iceberg.com> > > Tested-by: GSR <gsr.bugs@infernal-iceberg.com> > > These seem not to make much sense, at least not in the kernel > changelog? I don't see why not. Ben.
diff --git a/tools/power/cpupower/utils/helpers/cpuid.c b/tools/power/cpupower/utils/helpers/cpuid.c index 93b0aa74ca03..39c2c7d067bb 100644 --- a/tools/power/cpupower/utils/helpers/cpuid.c +++ b/tools/power/cpupower/utils/helpers/cpuid.c @@ -156,6 +156,7 @@ int get_cpu_info(unsigned int cpu, struct cpupower_cpu_info *cpu_info) */ case 0x2C: /* Westmere EP - Gulftown */ cpu_info->caps |= CPUPOWER_CAP_HAS_TURBO_RATIO; + break; case 0x2A: /* SNB */ case 0x2D: /* SNB Xeon */ case 0x3A: /* IVB */