summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/hotplug.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/hotplug.c')
-rw-r--r--arch/arm/mach-tegra/hotplug.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/hotplug.c b/arch/arm/mach-tegra/hotplug.c
index 36fcf591bfe7..6fb618e7841b 100644
--- a/arch/arm/mach-tegra/hotplug.c
+++ b/arch/arm/mach-tegra/hotplug.c
@@ -73,10 +73,7 @@ void platform_cpu_die(unsigned int cpu)
tegra3_hotplug_shutdown();
#endif
- /*
- * tegra_cpu_suspend can return through tegra_cpu_resume, but that
- * should never happen for a hotplugged cpu
- */
+ /* Should never return here. */
BUG();
}