summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/powergate-t12x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/powergate-t12x.c b/arch/arm/mach-tegra/powergate-t12x.c
index 36deee3172c6..dd8126931294 100644
--- a/arch/arm/mach-tegra/powergate-t12x.c
+++ b/arch/arm/mach-tegra/powergate-t12x.c
@@ -810,8 +810,8 @@ bool tegra12x_powergate_skip(int id)
switch (id) {
#ifdef CONFIG_ARCH_TEGRA_HAS_SATA
case TEGRA_POWERGATE_SATA:
-#endif
return true;
+#endif
default:
return false;