Skip to content

Commit

Permalink
hwmon: (applesmc) Silence driver
Browse files Browse the repository at this point in the history
Make the driver report a single line on success.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
  • Loading branch information
Henrik Rydberg authored and Guenter Roeck committed Jan 8, 2011
1 parent 0b0b5df commit 0b8ad5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/hwmon/applesmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 0b8ad5a

Please sign in to comment.