From: Alex Chiang Date: Thu, 17 Jul 2008 17:13:32 +0000 (-0600) Subject: PCI hotplug: fix error path in pci_slot's register_slot X-Git-Tag: v2.6.27-rc1~511^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4268aad42e9f37d01925022830b16bab3d0d5af;p=pandora-kernel.git PCI hotplug: fix error path in pci_slot's register_slot Juha Leppnen noticed that an error path in register_slot() wasn't returning appropriately, leading to a condition where we might access a kfree'ed pointer, so let's fix that. Additionally, fix up the copyright information in the file while we're in there. Signed-off-by: Alex Chiang Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed