提交 0b8ad5a5 编写于 作者: H Henrik Rydberg 提交者: Guenter Roeck

hwmon: (applesmc) Silence driver

Make the driver report a single line on success.
Signed-off-by: NHenrik Rydberg <rydberg@euromail.se>
Signed-off-by: NGuenter Roeck <guenter.roeck@ericsson.com>
上级 0b0b5dff
......@@ -1281,8 +1281,6 @@ static int __init applesmc_init(void)
goto out_light_ledclass;
}
pr_info("driver successfully loaded\n");
return 0;
out_light_ledclass:
......@@ -1323,8 +1321,6 @@ static void __exit applesmc_exit(void)
platform_device_unregister(pdev);
platform_driver_unregister(&applesmc_driver);
release_region(APPLESMC_DATA_PORT, APPLESMC_NR_PORTS);
pr_info("driver unloaded\n");
}
module_init(applesmc_init);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册