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
This commit is contained in:
@@ -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) {
|
||||
|
@@ -56,7 +56,7 @@ struct chip_resource {
|
||||
struct chip_device_path {
|
||||
struct device_path path;
|
||||
unsigned channel;
|
||||
int enable;
|
||||
int enabled;
|
||||
struct chip_resource resource[MAX_RESOURCES];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user