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)
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>

No differences found