git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d0137
)
sh: perf events: Fix up uninitialized variable warning.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 5 Nov 2009 04:56:50 +0000
(13:56 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 5 Nov 2009 04:56:50 +0000
(13:56 +0900)
'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>
No differences found