cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
[pandora-kernel.git] / tools / power / cpupower / utils / helpers / cpuid.c
index 906895d..fb4614d 100644 (file)
@@ -156,6 +156,7 @@ out:
                                         */
                        case 0x2C:      /* Westmere EP - Gulftown */
                                cpu_info->caps |= CPUPOWER_CAP_HAS_TURBO_RATIO;
+                               break;
                        case 0x2A:      /* SNB */
                        case 0x2D:      /* SNB Xeon */
                                cpu_info->caps |= CPUPOWER_CAP_HAS_TURBO_RATIO;