diff options
-rw-r--r-- | drivers/platform/x86/sony-laptop.c | 1 |
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, | |||
1114 | return err; | 1114 | return err; |
1115 | } | 1115 | } |
1116 | sony_rfkill_devices[nc_type] = rfk; | 1116 | sony_rfkill_devices[nc_type] = rfk; |
1117 | sony_nc_rfkill_set((void *)nc_type, false); | ||
1118 | return err; | 1117 | return err; |
1119 | } | 1118 | } |
1120 | 1119 | ||