diff --git a/lenovo_fix.py b/lenovo_fix.py index d3389ad..9967246 100755 --- a/lenovo_fix.py +++ b/lenovo_fix.py @@ -513,7 +513,6 @@ def calc_reg_values(platform_info, config): else: valid_c_tdp_target_value = max(0, c_tdp_target_value) regs[power_source]['MSR_CONFIG_TDP_CONTROL'] = valid_c_tdp_target_value - return regs