Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 869fb3a4 authored by Alan Jenkins's avatar Alan Jenkins Committed by John W. Linville
Browse files

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: default avatarAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b3fa1329
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}