From: long Date: Tue, 29 Mar 2005 21:36:43 +0000 (-0800) Subject: [PATCH] use device_for_each_child() to properly access child devices. X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e2b4a0a9dd3eed71b56c47268bf4e40cff6d0f;p=pandora-kernel.git [PATCH] use device_for_each_child() to properly access child devices. On Friday, March 25, 2005 8:47 PM Greg KH wrote: >Here's a fix for pci express. For some reason I don't think they are >using the driver model properly here, but I could be wrong... Thanks for making the changes. However, changes in functions: void pcie_port_device_remove(struct pci_dev *dev) and static int remove_iter(struct device *dev, void *data) are not correct. Please use the patch, which is based on kernel 2.6.12-rc1, below for a fix for these. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed