aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn400/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cn400/northbridge.c')
-rw-r--r--src/northbridge/via/cn400/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/cn400/northbridge.c b/src/northbridge/via/cn400/northbridge.c
index ab9f08445b..d126596ca5 100644
--- a/src/northbridge/via/cn400/northbridge.c
+++ b/src/northbridge/via/cn400/northbridge.c
@@ -265,7 +265,7 @@ static void enable_dev(struct device *dev)
printk(BIOS_SPEW, "CN400: enable_dev for device %s.\n", dev_path(dev));
/* Set the operations if it is a special bus type. */
- if (dev->path.type == DEVICE_PATH_PCI_DOMAIN) {
+ if (dev->path.type == DEVICE_PATH_DOMAIN) {
dev->ops = &pci_domain_ops;
pci_set_method(dev);
} else if (dev->path.type == DEVICE_PATH_APIC_CLUSTER) {