From: David S. Miller Date: Wed, 9 Mar 2011 21:00:47 +0000 (-0800) Subject: sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault(). X-Git-Tag: v2.6.39-rc1~459^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c816be7b5f24585baa9eba1f2413935f771d6ad6;p=pandora-kernel.git sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault(). When we try to handle vmalloc faults, we can take a code path which uses "code" before we actually set it. Amusingly gcc-3.3 notices this yet gcc-4.x does not. Reported-by: Bob Breuer Signed-off-by: David S. Miller --- Reading git-diff-tree failed