diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-02-04 12:16:38 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-03-04 15:46:25 +0000 |
commit | 0cacb11c6252b6e1f4f0a2a33b47717ff22995d9 (patch) | |
tree | 062ee516f90ae51baf0f5c0f8ffe27c8c91bc4bb /it87spi.c | |
parent | 1cf369fb59546e705c5ca9368e629681c98b2893 (diff) | |
download | flashrom-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |