mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
Merge branch 'thinkpad' into release
This commit is contained in:
commit
b963bd39c9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user