summaryrefslogtreecommitdiff
path: root/src/southbridge/ricoh
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-10-02 12:30:06 +0200
committerMartin Roth <martinroth@google.com>2016-10-07 18:09:06 +0200
commit9344bde4fedfa7caed35aaa45d25c7184edcf4ae (patch)
tree4099099a623d628b4419b57db9eeea101af2ef82 /src/southbridge/ricoh
parent7d87e767b612fc39bfe9cc7dbd1e714dbf6597cf (diff)
downloadcoreboot-9344bde4fedfa7caed35aaa45d25c7184edcf4ae.tar.xz
src/southbridge: Remove unnecessary whitespace
Change-Id: Ibcac5dd60dc7da82bbeeb89ac445a5a1aa56ed3d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16852 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/ricoh')
-rw-r--r--src/southbridge/ricoh/rl5c476/rl5c476.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c
index 8284ec810e..78561cc15b 100644
--- a/src/southbridge/ricoh/rl5c476/rl5c476.c
+++ b/src/southbridge/ricoh/rl5c476/rl5c476.c
@@ -184,7 +184,7 @@ static void rl5c476_set_resources(device_t dev)
if ( enable_cf_boot && (PCI_FUNC(dev->path.pci.devfn) == 1)){
resource = find_resource(dev,1);
if ( !(resource->flags & IORESOURCE_STORED) ){
- resource->flags |= IORESOURCE_STORED ;
+ resource->flags |= IORESOURCE_STORED;
printk(BIOS_DEBUG, "%s 1 ==> %llx\n", dev_path(dev), resource->base);
cf_base = resource->base;
}