From 0aff27e49a7135a3c875d9618c45aeb5164cc51e Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Fri, 13 Jul 2007 01:26:52 +0900 Subject: [PATCH] --- yaml --- r: 58877 b: refs/heads/master c: 8ed07a1cce1530d2fd42e23c867a7c0c1170515a h: refs/heads/master i: 58875: 085a47bbab19915ba6e203f1b7eaf0293cf15c6f v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/pci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7f4134b2c402..d559567326f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0db34215c7e0ef618e7b29fbf271194ca5434f8e +refs/heads/master: 8ed07a1cce1530d2fd42e23c867a7c0c1170515a diff --git a/trunk/arch/mips/pci/pci.c b/trunk/arch/mips/pci/pci.c index 8108231f2e20..99d8f4fd3ff4 100644 --- a/trunk/arch/mips/pci/pci.c +++ b/trunk/arch/mips/pci/pci.c @@ -269,7 +269,7 @@ void __devinit pcibios_fixup_bus(struct pci_bus *bus) } for (ln = bus->devices.next; ln != &bus->devices; ln = ln->next) { - struct pci_dev *dev = pci_dev_b(ln); + dev = pci_dev_b(ln); if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) pcibios_fixup_device_resources(dev, bus);