aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/speedstep
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:48:59 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 16:20:30 +0000
commit99e0c7ddc1004b69df65483c029ee8915650223a (patch)
tree0f90917eb85c669c7d8e5ece7782f73c91c54bd2 /src/cpu/intel/speedstep
parentb6265139c7b0e1dfc1706ba896349e59d62a069d (diff)
src/cpu: Drop unneeded empty lines
Change-Id: I116b15c83fcc5d69d3f80a2e6cf0fb085064d9a6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44604 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/cpu/intel/speedstep')
-rw-r--r--src/cpu/intel/speedstep/speedstep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/intel/speedstep/speedstep.c b/src/cpu/intel/speedstep/speedstep.c
index fba5df2f86..9235272002 100644
--- a/src/cpu/intel/speedstep/speedstep.c
+++ b/src/cpu/intel/speedstep/speedstep.c
@@ -104,7 +104,6 @@ void speedstep_gen_pstates(sst_table_t *const table)
/* Gather speedstep limits. */
speedstep_get_limits(&params);
-
/*\ First, find the number of normal states: \*/
/* Calculate with doubled values to work
@@ -130,7 +129,6 @@ void speedstep_gen_pstates(sst_table_t *const table)
if (states < 2) /* Report at least two normal states. */
states = 2;
-
/*\ Now, fill the table: \*/
table->num_states = 0;