We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f720b2 commit d3b614dCopy full SHA for d3b614d
drivers/platform/x86/acer-wmi.c
@@ -1922,7 +1922,6 @@ static void acer_rfkill_exit(void)
1922
rfkill_unregister(threeg_rfkill);
1923
rfkill_destroy(threeg_rfkill);
1924
}
1925
- return;
1926
1927
1928
static void acer_wmi_notify(u32 value, void *context)
@@ -2517,7 +2516,6 @@ static void __exit acer_wmi_exit(void)
2517
2516
platform_driver_unregister(&acer_platform_driver);
2518
2519
pr_info("Acer Laptop WMI Extras unloaded\n");
2520
2521
2522
2523
module_init(acer_wmi_init);
0 commit comments