[PATCH] PCI: fix release_pcibus_dev() crash

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.8, 2005/01/14 15:59:20-08:00, [EMAIL PROTECTED] [PATCH] PCI: fix release_pcibus_dev() crash During the course of a hotplug removal of a PCI bus, release_pcibus_dev() attempts to remove attribute files from a kobject directory that no longer exists. This patch moves

[PATCH] PCI: fix release_pcibus_dev() crash

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.8, 2005/01/14 15:59:20-08:00, [EMAIL PROTECTED] [PATCH] PCI: fix release_pcibus_dev() crash During the course of a hotplug removal of a PCI bus, release_pcibus_dev() attempts to remove attribute files from a kobject directory that no longer exists. This patch moves