[Bug 970451] Re: NULL pointer dereference in asus_wmi_rfkill_init

2012-04-01 Thread Christopher M. Penalver
Steven Noonan, thank you for reporting this bug and helping make Ubuntu better. If you could also please test the latest upstream kernel available that would be great. It will allow additional upstream developers to examine the issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once you

[Bug 970451] Re: NULL pointer dereference in asus_wmi_rfkill_init

2012-03-31 Thread Steven Noonan
Presumably this is where the dereference is happening: @@ -895,7 +896,7 @@ static int asus_wmi_rfkill_init(struct asus_wmi *asus) if (result && result != -ENODEV) goto exit; - if (!asus->driver->hotplug_wireless) + if (!asus->driver->quirks->hotplug_wireless)

[Bug 970451] Re: NULL pointer dereference in asus_wmi_rfkill_init

2012-03-31 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/970451 Title: NULL pointer dereference in asus_wmi_rfkill_init To manage notifications ab

[Bug 970451] Re: NULL pointer dereference in asus_wmi_rfkill_init

2012-03-31 Thread Steven Noonan
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/970451 Title: NULL pointer dereference in asus_wmi_rfkill_init To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/l