OSDN Git Service

perf auxtrace arm: Fixing uninitialised variable
authorMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 12 Feb 2018 20:32:37 +0000 (13:32 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 16 Feb 2018 17:55:40 +0000 (14:55 -0300)
commitd2785de15f1bd42d613d56bbac5a007e7293b874
treefb9abf83a911122ef07778e7d4ea0845eeb01dd4
parent147c508f3004df6e2958f6c8867909531c2a15e2
perf auxtrace arm: Fixing uninitialised variable

When working natively on arm64 the compiler gets pesky and complains
that variable 'i' is uninitialised, something that breaks the
compilation.  Here no further checks are needed since variable
'found_spe' can only be true if variable 'i' has been initialised as
part of the for loop.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jin Yao <yao.jin@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/1518467557-18505-4-git-send-email-mathieu.poirier@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/arm/util/auxtrace.c