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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Comment #8 from [EMAIL PROTECTED]  2008-02-21 04:58 -------
Maybe something like:

if (!bus || !bus->self || bus->self->transparent)
  break;

or

if (bus && bus->self && bus->self->transparent)
  break;

would at least help a little bit with the NULL oops ?
Thought there will be a bigger problem I guess...


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

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