summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i440bx/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/i440bx/northbridge.c')
-rw-r--r--src/northbridge/intel/i440bx/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i440bx/northbridge.c b/src/northbridge/intel/i440bx/northbridge.c
index ccd5e9cf69c4..5f8bd7b3878b 100644
--- a/src/northbridge/intel/i440bx/northbridge.c
+++ b/src/northbridge/intel/i440bx/northbridge.c
@@ -107,7 +107,7 @@ static struct device_operations cpu_bus_ops = {
static void enable_dev(struct device *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);
}