summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/marvell/aro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/marvell/aro.c b/drivers/marvell/aro.c
index bc0fbe70..3eb16819 100644
--- a/drivers/marvell/aro.c
+++ b/drivers/marvell/aro.c
@@ -273,6 +273,7 @@ static int sar_freq_get(int dev_num, enum hws_freq *freq)
break;
case CPU_1000_DDR_800_RCLK_800:
*freq = CPU_FREQ_1000;
+ break;
default:
*freq = 0;
return -1;