summaryrefslogtreecommitdiffstats
path: root/chipset_enable.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 /chipset_enable.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 'chipset_enable.c')
-rw-r--r--chipset_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 4d624a33b..6280876bc 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -737,7 +737,7 @@ static int enable_flash_ich_spi(struct pci_dev *dev, enum ich_chipset ich_genera
int ret_spi = ich_init_spi(spibar, ich_generation);
if (ret_spi == ERROR_FATAL)
return ret_spi;
-
+
if (ret_fwh || ret_spi)
return ERROR_NONFATAL;