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:
committed by
Patrick Georgi
parent
78c63860a6
commit
04f8fd981f
@ -606,8 +606,7 @@ static void amdfam10_create_vga_resource(device_t dev, unsigned nodeid)
|
|||||||
link->secondary,link->subordinate);
|
link->secondary,link->subordinate);
|
||||||
/* We need to make sure the vga_pri is under the link */
|
/* We need to make sure the vga_pri is under the link */
|
||||||
if ((vga_pri->bus->secondary >= link->secondary) &&
|
if ((vga_pri->bus->secondary >= link->secondary) &&
|
||||||
(vga_pri->bus->secondary <= link->subordinate )
|
(vga_pri->bus->secondary <= link->subordinate))
|
||||||
)
|
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user