From: Paul Mundt Date: Thu, 5 Nov 2009 04:56:50 +0000 (+0900) Subject: sh: perf events: Fix up uninitialized variable warning. X-Git-Tag: v2.6.33-rc1~347^2~27^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8820002c18cd3167d2800c002f13d78fa0325402;p=pandora-kernel.git 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 --- Reading git-diff-tree failed