From: Rafael J. Wysocki Date: Fri, 11 Oct 2013 23:49:48 +0000 (+0200) Subject: ACPI / hotplug / PCI: Drop WARN_ON() from acpiphp_enumerate_slots() X-Git-Tag: v3.12-rc6~23^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3cfebec3199bb89acead236b1ab12c349ed4e0;p=pandora-kernel.git ACPI / hotplug / PCI: Drop WARN_ON() from acpiphp_enumerate_slots() The WARN_ON() in acpiphp_enumerate_slots() triggers unnecessarily for devices whose bridges are going to be handled by native PCIe hotplug (pciehp) and the simplest way to prevent that from happening is to drop the WARN_ON(). References: https://bugzilla.kernel.org/show_bug.cgi?id=62831 Reported-by: Steven Rostedt Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed