mb/dell: Drop unneeded empty lines

Change-Id: I3d0ca401cf5268962bcd9074f94c37724cc0a836
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45250
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS 2020-09-10 13:18:51 +02:00 committed by Michael Niewöhner
parent 88b9738fa2
commit d0e18ff0cb
1 changed files with 0 additions and 3 deletions

View File

@ -106,7 +106,6 @@ static const struct ec_val_reg ec_hwm_init_seq[] = {
{ 0x03, 0x0071 },
};
static const ec_chassis_tdp_t ec_hwm_chassis3[] = {
{ 0x33, 0x0005, TDP_COMMON },
{ 0x2f, 0x0018, TDP_COMMON },
@ -336,8 +335,6 @@ static const ec_chassis_tdp_t ec_hwm_chassis6[] = {
{ 0x03, 0x028d, TDP_COMMON },
};
static uint8_t send_mbox_msg_with_int(uint8_t mbox_message)
{
uint8_t int_sts, int_cond;