diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2005-01-19 23:19:26 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2005-01-19 23:19:26 +0000 |
commit | bec039cb93b72b068370662933d961b1cd4aeaea (patch) | |
tree | fe17932d8215153fe84ea142072a2b956e2a5d0a /src/devices/pci_device.c | |
parent | af021575308fffc104a7add2ba8183cef079876c (diff) |
minor reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/pci_device.c')
-rw-r--r-- | src/devices/pci_device.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index 4aef2229b3..0ad4e55915 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -218,7 +218,8 @@ static void pci_get_rom_resource(struct device *dev, unsigned long index) unsigned long value; resource_t moving, limit; - if ((dev->on_mainboard) && (dev->rom_address == 0)) { //skip it if rom_address is not set in MB Config.lb + if ((dev->on_mainboard) && (dev->rom_address == 0)) { + //skip it if rom_address is not set in MB Config.lb return; } |