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





--- Comment #7 from Johannes Berg <johan...@sipsolutions.net>  2009-06-06 
18:31:56 ---
This should fix it, Reinette can you verify please?

Sorry, stupid mistake here passing the wrong argument to the call.

--- wireless-testing.orig/drivers/platform/x86/sony-laptop.c    2009-06-06
20:29:47.000000000 +0200
+++ wireless-testing/drivers/platform/x86/sony-laptop.c    2009-06-06
20:31:05.000000000 +0200
@@ -1135,8 +1135,7 @@ static void sony_nc_rfkill_update()

         if (hwblock) {
             if (rfkill_set_hw_state(sony_rfkill_devices[i], true))
-                sony_nc_rfkill_set(sony_rfkill_devices[i],
-                           true);
+                sony_nc_rfkill_set((void *)i, true);
             continue;
         }

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

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to