diff options
-rw-r--r-- | drivers/hwmon/applesmc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c index ec06b9989278..bcdf5bc2c40a 100644 --- a/drivers/hwmon/applesmc.c +++ b/drivers/hwmon/applesmc.c | |||
@@ -1281,8 +1281,6 @@ static int __init applesmc_init(void) | |||
1281 | goto out_light_ledclass; | 1281 | goto out_light_ledclass; |
1282 | } | 1282 | } |
1283 | 1283 | ||
1284 | pr_info("driver successfully loaded\n"); | ||
1285 | |||
1286 | return 0; | 1284 | return 0; |
1287 | 1285 | ||
1288 | out_light_ledclass: | 1286 | out_light_ledclass: |
@@ -1323,8 +1321,6 @@ static void __exit applesmc_exit(void) | |||
1323 | platform_device_unregister(pdev); | 1321 | platform_device_unregister(pdev); |
1324 | platform_driver_unregister(&applesmc_driver); | 1322 | platform_driver_unregister(&applesmc_driver); |
1325 | release_region(APPLESMC_DATA_PORT, APPLESMC_NR_PORTS); | 1323 | release_region(APPLESMC_DATA_PORT, APPLESMC_NR_PORTS); |
1326 | |||
1327 | pr_info("driver unloaded\n"); | ||
1328 | } | 1324 | } |
1329 | 1325 | ||
1330 | module_init(applesmc_init); | 1326 | module_init(applesmc_init); |