summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/soc/qcom/hab/khab_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/hab/khab_test.c b/drivers/soc/qcom/hab/khab_test.c
index 3773211aeec7..0b71054ad38f 100644
--- a/drivers/soc/qcom/hab/khab_test.c
+++ b/drivers/soc/qcom/hab/khab_test.c
@@ -40,7 +40,7 @@ static int hab_shmm_throughput_test(void)
register int sum;
register int *pp, *lastone;
- int throughput[3][2] = {0};
+ int throughput[3][2] = { {0} };
int latency[6][PERF_TEST_ITERATION];
int ret = 0, tmp, size;