summaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorAlan Jenkins2009-06-08 12:31:11 +0200
committerJohn W. Linville2009-06-10 19:28:37 +0200
commit869fb3a46cd18235e6f176328a2d8085ffe2c704 (patch)
tree2ee3dcb0975b27cac8e238403fd449dcac7772cc /drivers/platform
parentrfkill: remove set_global_sw_state (diff)
downloadkernel-qcow2-linux-869fb3a46cd18235e6f176328a2d8085ffe2c704.tar.gz
kernel-qcow2-linux-869fb3a46cd18235e6f176328a2d8085ffe2c704.tar.xz
kernel-qcow2-linux-869fb3a46cd18235e6f176328a2d8085ffe2c704.zip
sony-laptop: no need to unblock rfkill on load
The re-written rfkill core ensures rfkill devices are initialized to the system default state. The core calls set_block after registration so the driver shouldn't need to. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/sony-laptop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c
index f2893443b318..e48d9a4506ff 100644
--- a/drivers/platform/x86/sony-laptop.c
+++ b/drivers/platform/x86/sony-laptop.c
@@ -1114,7 +1114,6 @@ static int sony_nc_setup_rfkill(struct acpi_device *device,
return err;
}
sony_rfkill_devices[nc_type] = rfk;
- sony_nc_rfkill_set((void *)nc_type, false);
return err;
}