From: Richard Cochran Date: Wed, 6 Apr 2016 21:00:48 +0000 (-0400) Subject: intel_idle: remove useless return from void function. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f70415496d5ddf06fe7e0a22250d60bab2b2d7cc;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git intel_idle: remove useless return from void function. Signed-off-by: Richard Cochran Signed-off-by: Len Brown Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index ba947df5a8c7..9d5ed3264135 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -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);