summaryrefslogtreecommitdiffstats
path: root/src/mainboard/siemens/mc_ehl/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens/mc_ehl/mainboard.c')
-rw-r--r--src/mainboard/siemens/mc_ehl/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_ehl/mainboard.c b/src/mainboard/siemens/mc_ehl/mainboard.c
index 94362446fda0..7aa0d8645386 100644
--- a/src/mainboard/siemens/mc_ehl/mainboard.c
+++ b/src/mainboard/siemens/mc_ehl/mainboard.c
@@ -100,7 +100,7 @@ static void wait_for_legacy_dev(void *unused)
return;
/* Get legacy delay parameter from hwinfo. */
- if (hwilib_get_field(LegacyDelay, (uint8_t *) &legacy_delay,
+ if (hwilib_get_field(LegacyDelay, (uint8_t *)&legacy_delay,
sizeof(legacy_delay)) != sizeof(legacy_delay))
return;