From: Tom Arbuckle Date: Wed, 11 Feb 2009 10:41:48 +0000 (+0000) Subject: powerpc/pci: Fix PCI<->OF matching of old style multifunc devices X-Git-Tag: v2.6.30-rc1~619^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f81786913aa0ca27a3230f30d099e9613d0d7973;p=pandora-kernel.git powerpc/pci: Fix PCI<->OF matching of old style multifunc devices Old OF variants used to create a 'dummy' parent node "multifunc-device" for devices with more than one PCI function. Our code that matches OF nodes to PCI devices dealt with that in one place but not in another, this fixes it. This has the practical effect of fixing interrupt routing of multifunction PCI cards on some older PowerMac machines. Signed-off-by: Tom Arbuckle Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed