]> git.ipfire.org Git - people/ms/linux.git/commit
[PATCH] ACPI: fix HP nx8220 boot hang regression
authorThomas Renninger <trenn@suse.de>
Fri, 2 Dec 2005 20:39:57 +0000 (20:39 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 Dec 2005 23:42:56 +0000 (15:42 -0800)
commitc1493a189c8dcbd276144b958f9c4cb4bd25940c
treeb22a051848afe6259852c01ea72c9b85d98ecf52
parent32b80523223bed81fb038c290d92c9099ed68992
[PATCH] ACPI: fix HP nx8220 boot hang regression

[ACPI] fix HP nx8220 boot hang regression

This patch reverts the acpi_bus_find_driver() return value check
that came in via the PCI tree via 3fb02738b0fd36f47710a2bf207129efd2f5daa2

        [PATCH] acpi bridge hotadd: Allow ACPI .add and .start
operations to be done independently

This particular change broke booting of some HP/Compaq laptops unless
acpi=noirq is used.

http://bugzilla.kernel.org/show_bug.cgi?id=5221
https://bugzilla.novell.com/show_bug.cgi?id=116763

Signed-off-by: Thomas Renninger <trenn@suse.de>
Cc: Rajesh Shah <rajesh.shah@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/scan.c