UPSTREAM: northbridge/amd: Improve code formatting

BUG=None
BRANCH=None
TEST=None

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16645
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>

Change-Id: I80a2753f22d5211c8be4e17e2338402286a2cadc
Reviewed-on: https://chromium-review.googlesource.com/388315
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Elyes HAOUAS 2016-09-19 10:27:57 -06:00 committed by chrome-bot
parent 7824908743
commit 5e34f77808
18 changed files with 174 additions and 176 deletions

View file

@ -397,8 +397,7 @@ static void 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;
}

View file

@ -418,8 +418,7 @@ static void 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;
}