|
@@ -216,7 +216,7 @@ static __cpuinit int thermal_throttle_add_dev(struct sys_device *sys_dev,
|
|
|
err = sysfs_add_file_to_group(&sys_dev->kobj,
|
|
|
&attr_core_power_limit_count.attr,
|
|
|
thermal_attr_group.name);
|
|
|
- if (cpu_has(c, X86_FEATURE_PTS))
|
|
|
+ if (cpu_has(c, X86_FEATURE_PTS)) {
|
|
|
err = sysfs_add_file_to_group(&sys_dev->kobj,
|
|
|
&attr_package_throttle_count.attr,
|
|
|
thermal_attr_group.name);
|
|
@@ -224,6 +224,7 @@ static __cpuinit int thermal_throttle_add_dev(struct sys_device *sys_dev,
|
|
|
err = sysfs_add_file_to_group(&sys_dev->kobj,
|
|
|
&attr_package_power_limit_count.attr,
|
|
|
thermal_attr_group.name);
|
|
|
+ }
|
|
|
|
|
|
return err;
|
|
|
}
|