intel_idle: remove useless return from void function.
authorRichard Cochran <[email protected]>
Wed, 6 Apr 2016 21:00:48 +0000 (17:00 -0400)
committerRafael J. Wysocki <[email protected]>
Thu, 7 Apr 2016 20:10:50 +0000 (22:10 +0200)
Signed-off-by: Richard Cochran <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/idle/intel_idle.c

index ba947df5a8c7d09af2c36a23d5b6a1d5f4df8bb3..9d5ed326413546187ab8bf7c1a017aee5b8c9f80 100644 (file)
@@ -1260,8 +1260,6 @@ static void __exit intel_idle_exit(void)
        __unregister_cpu_notifier(&cpu_hotplug_notifier);
 
        cpu_notifier_register_done();
-
-       return;
 }
 
 module_init(intel_idle_init);