commit | 8820002c18cd3167d2800c002f13d78fa0325402 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Nov 05 13:56:50 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Nov 05 13:56:50 2009 +0900 |
tree | 8896bff3fb02dc5b0ae205a2396f5858b16296e0 | |
parent | b6d0137d6156db54a9e6ff74458ed4342a45abb5 [diff] |
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>