From: Ralf Baechle Date: Fri, 22 May 2009 09:48:17 +0000 (+0100) Subject: MIPS: IP32: Fix build error due to uninitialized variable. X-Git-Tag: v2.6.30-rc7~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c901c7e6fb878805cd2f8f14fa3eee8c03ee84;p=pandora-kernel.git MIPS: IP32: Fix build error due to uninitialized variable. CC arch/mips/sgi-ip32/ip32-reset.o cc1: warnings being treated as errors arch/mips/sgi-ip32/ip32-reset.c: In function 'debounce': arch/mips/sgi-ip32/ip32-reset.c:97: error: 'reg_a' is used uninitialized in this function The issues is old but due to the volatile keyword gcc older than 4.4 did not warn about this obvious bug. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed