http://bugzilla.kernel.org/show_bug.cgi?id=9919





------- Comment #3 from [EMAIL PROTECTED]  2008-02-09 01:59 -------
Looking at the patch to add this functionality, it's worth changing:

===
if (acpi_osi_invalidate(str) == AE_OK)
  printk(KERN_INFO PREFIX "Deleted _OSI(%s)\n", str);
===

to

===
printk(KERN_INFO PREFIX "Deleted _OSI(%s)\n", str);
===

As in blacklist.c only valid OSI names are ever going to go in there...right?


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to