Home
last modified time | relevance | path

Searched hist:"8820002 c18cd3167d2800c002f13d78fa0325402" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/sh/kernel/
H A Dperf_event.cdiff 8820002c18cd3167d2800c002f13d78fa0325402 Thu Nov 05 05:56:50 CET 2009 Paul Mundt <lethal@linux-sh.org> sh: perf events: Fix up uninitialized variable warning.

'config' can be unintialized, and although it's not really an error, it
still manages to trigger the -Werror with certain toolchains. Initialize
it early to shut up gcc.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>