summaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-04 12:16:38 +0100
committerNico Huber <nico.h@gmx.de>2019-03-04 15:46:25 +0000
commit0cacb11c6252b6e1f4f0a2a33b47717ff22995d9 (patch)
tree062ee516f90ae51baf0f5c0f8ffe27c8c91bc4bb /it87spi.c
parent1cf369fb59546e705c5ca9368e629681c98b2893 (diff)
downloadflashrom-0cacb11c6252b6e1f4f0a2a33b47717ff22995d9.tar.gz
flashrom-0cacb11c6252b6e1f4f0a2a33b47717ff22995d9.tar.bz2
flashrom-0cacb11c6252b6e1f4f0a2a33b47717ff22995d9.zip
Remove trailing whitespace
Change-Id: I1ff9418bcf150558ce7c97fafa3a68e5fa59f11e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/31227 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/it87spi.c b/it87spi.c
index efc2e0265..df9f664c9 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -124,7 +124,7 @@ static uint16_t it87spi_probe(uint16_t port)
uint16_t flashport = 0;
enter_conf_mode_ite(port);
-
+
char *param = extract_programmer_param("dualbiosindex");
if (param != NULL) {
sio_write(port, 0x07, 0x07); /* Select GPIO LDN */