aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/x86/hp-wmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c
index a2ad53e15874..a750192d6d4f 100644
--- a/drivers/platform/x86/hp-wmi.c
+++ b/drivers/platform/x86/hp-wmi.c
@@ -502,7 +502,7 @@ static int __exit hp_wmi_bios_remove(struct platform_device *device)
502 } 502 }
503 if (bluetooth_rfkill) { 503 if (bluetooth_rfkill) {
504 rfkill_unregister(bluetooth_rfkill); 504 rfkill_unregister(bluetooth_rfkill);
505 rfkill_destroy(wifi_rfkill); 505 rfkill_destroy(bluetooth_rfkill);
506 } 506 }
507 if (wwan_rfkill) { 507 if (wwan_rfkill) {
508 rfkill_unregister(wwan_rfkill); 508 rfkill_unregister(wwan_rfkill);