From: Bjorn Helgaas Date: Tue, 23 Aug 2011 16:16:43 +0000 (-0600) Subject: PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs X-Git-Tag: v3.2-rc3~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cac2eb158c6da0c761689345c6cc5df788a6292;p=pandora-kernel.git PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs Previously we claimed device ID 0x7450, regardless of the vendor, which is clearly wrong. Now we'll claim that device ID only for AMD. I suspect this was just a typo in the original code, but it's possible this change will break shpchp on non-7450 AMD bridges. If so, we'll have to fix them as we find them. Reference: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638863 Reported-by: Ralf Jung Cc: Joerg Roedel Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed