Merge "soc: qcom: hab: make LA compilation pass"

This commit is contained in:
Linux Build Service Account 2018-06-23 05:19:49 -07:00 committed by Gerrit - the friendly Code Review server
commit 946085b74b

View file

@ -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;