summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-06-23 05:19:49 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-23 05:19:49 -0700
commit946085b74b1073b8cc921e912cea18aa36d64f3a (patch)
treeaf2d74b86ddb984ac320acbac13479897111c3d7 /drivers/soc
parent54c090b1ed1e63104be1f57dfbad08eaa2845fbd (diff)
parent50c959b25e60b87e1624e8a042e867d487db01dc (diff)
Merge "soc: qcom: hab: make LA compilation pass"
Diffstat (limited to 'drivers/soc')
-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;