northbridge/amd/amdfam10: Improve code formatting

Change-Id: I86a252598666af635281eaa467020acb53d71c77
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16642
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2016-09-19 10:24:34 -06:00
committed by Patrick Georgi
parent 78c63860a6
commit 04f8fd981f
13 changed files with 74 additions and 75 deletions

View File

@ -606,8 +606,7 @@ static void amdfam10_create_vga_resource(device_t dev, unsigned nodeid)
link->secondary,link->subordinate);
/* We need to make sure the vga_pri is under the link */
if ((vga_pri->bus->secondary >= link->secondary) &&
(vga_pri->bus->secondary <= link->subordinate )
)
(vga_pri->bus->secondary <= link->subordinate))
#endif
break;
}