WMI is just a driver. There's no need to announce when it's loaded.
Signed-off-by: Andy Lutomirski <[email protected]>
---
drivers/platform/x86/wmi.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/platform/x86/wmi.c b/drivers/platform/x86/wmi.c
index eb391a281833..a17c3d5effe4 100644
--- a/drivers/platform/x86/wmi.c
+++ b/drivers/platform/x86/wmi.c
@@ -914,7 +914,6 @@ static int __init acpi_wmi_init(void)
return error;
}
- pr_info("Mapper loaded\n");
return 0;
}
@@ -922,8 +921,6 @@ static void __exit acpi_wmi_exit(void)
{
acpi_bus_unregister_driver(&acpi_wmi_driver);
class_unregister(&wmi_class);
-
- pr_info("Mapper unloaded\n");
}
subsys_initcall(acpi_wmi_init);
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86"
in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html