Skip to content

Commit

Permalink
intel_idle: remove useless return from void function.
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Cochran <rcochran@linutronix.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Richard Cochran authored and rafaeljw committed Apr 7, 2016
1 parent f70ce48 commit f704154
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/idle/intel_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f704154

Please sign in to comment.