From d16753be863e6c5729af904f4034495b4a58efe9 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 29 Apr 2004 20:30:02 +0000 Subject: chaged chip_device_path::enable to chip_device_path::enabled, again, I am the only one who can't speak English. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1544 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices') diff --git a/src/devices/chip.c b/src/devices/chip.c index 5066ef2abc..4c74949e46 100644 --- a/src/devices/chip.c +++ b/src/devices/chip.c @@ -115,7 +115,7 @@ void chip_enumerate(struct chip *chip) printk_spew(" parent: (%p) %s\n", dev->bus->dev, dev_path(dev->bus->dev)); dev->chip = chip; - dev->enabled = chip->path[i].enable; + dev->enabled = chip->path[i].enabled; dev->links = link + 1; for (child = chip->children; child; child = child->next) { if (!child->bus && child->link == i) { -- cgit v1.2.3