aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/chrome9hd.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-09-27 16:54:44 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-09-28 21:16:02 +0000
commitf485d91141950dbb094d167f7f57118f5564fa22 (patch)
treea10b75df74b58747701172c70dbfa72e329190ed /src/northbridge/via/vx900/chrome9hd.c
parent13ad74070165d2d48f8546f9dd9da7e354e5ee4a (diff)
nb/via/vx900: Remove some __SIMPLE_DEVICE__ use
Change-Id: I840131f91e79c740c0c8784c252723ae90ded458 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35647 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/northbridge/via/vx900/chrome9hd.c')
-rw-r--r--src/northbridge/via/vx900/chrome9hd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vx900/chrome9hd.c b/src/northbridge/via/vx900/chrome9hd.c
index 163f6b1da0..fef53502f8 100644
--- a/src/northbridge/via/vx900/chrome9hd.c
+++ b/src/northbridge/via/vx900/chrome9hd.c
@@ -240,7 +240,7 @@ static void chrome9hd_init(struct device *dev)
printk(BIOS_DEBUG, "Enable VGA console\n");
- dump_pci_device(dev);
+ dump_pci_device(PCI_BDF(dev));
}
static void chrome9hd_enable(struct device *dev)