ACPI: fix acpi_osi=!Linux
authorLen Brown <lenb@kernel.org>
Tue, 3 Jul 2007 03:57:45 +0000 (23:57 -0400)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 3 Jul 2007 04:06:48 +0000 (21:06 -0700)
commitaa2e09da2a332e748532aa2a71b090e7e7c3203d
tree1495c704da5bb661e2fbdfe6bebc3fd50d028206
parent52c4d73a6cca0db2927b60935e57429f98eae7c1
ACPI: fix acpi_osi=!Linux

Need to check for special case "acpi_osi=!Linux" before handling the
general case "acpi_osi=!*", or it will have no effect.

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/acpi/osl.c