From: Alan Jenkins Date: Fri, 28 Aug 2009 12:56:32 +0000 (+0000) Subject: eeepc-laptop: don't touch the pci slot if it was claimed by a different driver X-Git-Tag: v2.6.32-rc1~171^2~14^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d41839e762f8b8b03dbb97fd0d41b244d0bc902;p=pandora-kernel.git eeepc-laptop: don't touch the pci slot if it was claimed by a different driver The whole point of registering as a PCI hotplug driver was to prevent conflict with pciehp. At the moment it happens to work because eeepc-laptop is loaded first, but it doesn't work the other way round. If pciehp is loaded first then we fail to claim the slot - we need to respect this and not handle hotplug events. Signed-off-by: Alan Jenkins Signed-off-by: Corentin Chary Signed-off-by: Len Brown --- Reading git-diff-tree failed