sh: perf events: Fix up uninitialized variable warning.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 5 Nov 2009 04:56:50 +0000 (13:56 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 5 Nov 2009 04:56:50 +0000 (13:56 +0900)
commit8820002c18cd3167d2800c002f13d78fa0325402
tree8896bff3fb02dc5b0ae205a2396f5858b16296e0
parentb6d0137d6156db54a9e6ff74458ed4342a45abb5
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>
arch/sh/kernel/perf_event.c
This page took 0.040555 seconds and 5 git commands to generate.