From: Michael Ellerman Date: Wed, 18 Apr 2007 03:34:12 +0000 (+1000) Subject: PCI: Free resource files in error path of pci_create_sysfs_dev_files() X-Git-Tag: v2.6.22-rc1~1039^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9890b12a4a65a7b3181dd963421740edf0e14d69;p=pandora-kernel.git PCI: Free resource files in error path of pci_create_sysfs_dev_files() pci_create_sysfs_dev_files() should call pci_remove_resource_files() in its error path, to match the call it makes to pci_create_resource_files(). Signed-off-by: Michael Ellerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed