Browse Source

Remove extra line to make PR cleaner

Pedro Nariyoshi 4 years ago
parent
commit
d118ddc0a3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lenovo_fix.py

+ 0 - 1
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