Hi Alex,

997daa1bd9aca412ab97955a35b26c460c0ec7a4 seems to break some systems 
(https://bugzilla.kernel.org/show_bug.cgi?id=69131 for example). The 
simplest approach seems to be to simply do something like the following:

@@ -883,8 +883,8 @@ static int __init hp_wmi_bios_setup(struct 
platform_device *device)
        gps_rfkill = NULL;
        rfkill2_count = 0;
 
-       if (hp_wmi_bios_2009_later() || hp_wmi_rfkill_setup(device))
-               hp_wmi_rfkill2_setup(device);
+       if (hp_wmi_rfkill2_setup(device))
+               hp_wmi_rfkill_setup(device);

Do you know if there are any cases that would be broken by this?

-- 
Matthew Garrett | mj...@srcf.ucam.org
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to