[ASUS_ACPI] work around Samsung P30s oops
authorKarol Kozimor <sziwan@hell.org.pl>
Thu, 22 Dec 2005 17:42:00 +0000 (12:42 -0500)
committerLen Brown <len.brown@intel.com>
Thu, 29 Dec 2005 07:41:54 +0000 (02:41 -0500)
The code used to rely on a certain method to return a NULL buffer, which
is now hardly possible with the implicit return code on by default. This
sort of fixes bugs #5067 and #5092 for now.

Note: this patch makes the driver unusable on said machines (and on said
machines only) iff acpi=strict is specified, but it seems noone really uses
that.

Signed-off-by: Karol Kozimor <sziwan@hell.org.pl>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found