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

Commit b963bd39 authored by Len Brown's avatar Len Brown
Browse files

Merge branch 'thinkpad' into release

parents cbeee135 5f0dadb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1278,6 +1278,7 @@ static void tpacpi_destroy_rfkill(const enum tpacpi_rfk_id id)
	tp_rfk = tpacpi_rfkill_switches[id];
	if (tp_rfk) {
		rfkill_unregister(tp_rfk->rfkill);
		rfkill_destroy(tp_rfk->rfkill);
		tpacpi_rfkill_switches[id] = NULL;
		kfree(tp_rfk);
	}