summaryrefslogtreecommitdiff
path: root/src/southbridge/ricoh/rl5c476/rl5c476.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/ricoh/rl5c476/rl5c476.c')
-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;
}