aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/sd.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-28 01:10:40 +0200
committerNico Huber <nico.h@gmx.de>2020-10-12 20:59:17 +0000
commitbda02b0f2bd7deddff20b7b14418d508a6b24edb (patch)
tree6696bb13fad8751eaf41f91082104c2cc82ab95b /src/soc/intel/cannonlake/sd.c
parent8c8b34996dbc1ec1be2b9d7f2ce9b4a1d532501c (diff)
soc/intel/cannonlake: Align cosmetics with Ice Lake
By ironing out cosmetic differences between Cannon Lake and Ice Lake, comparing actual code differences using a diff tool becomes simpler. Tested with BUILD_TIMELESS=1, Prodrive Hermes remains identical. Change-Id: I4d9f882f9f8af1245e937b0d47bc7e993547365f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45778 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/soc/intel/cannonlake/sd.c')
-rw-r--r--src/soc/intel/cannonlake/sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/sd.c b/src/soc/intel/cannonlake/sd.c
index 7663b2f1c4..46d385256b 100644
--- a/src/soc/intel/cannonlake/sd.c
+++ b/src/soc/intel/cannonlake/sd.c
@@ -3,7 +3,7 @@
#include <intelblocks/sd.h>
#include "chip.h"
-int sd_fill_soc_gpio_info(struct acpi_gpio* gpio, const struct device *dev)
+int sd_fill_soc_gpio_info(struct acpi_gpio *gpio, const struct device *dev)
{
config_t *config = config_of(dev);