commit | fd3cfebec3199bb89acead236b1ab12c349ed4e0 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Oct 12 01:49:48 2013 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Sat Oct 12 01:49:48 2013 +0200 |
tree | c94ae748454e63866d11619792ce1651fb819816 | |
parent | 5d4494573c1fed806b97c2a1ba619d50bb89d1ed [diff] |
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 <rostedt@goodmis.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>