From: Behan Webster Date: Tue, 20 Nov 2012 20:19:50 +0000 (+0100) Subject: LLVMLinux: Remove warning about returning an uninitialized variable X-Git-Tag: v3.15-rc1~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa93685afbefa0e31af3a0a03ff97b37ee92a90b;p=pandora-kernel.git LLVMLinux: Remove warning about returning an uninitialized variable Fix uninitialized return code in default case in cmpxchg-local.h This patch fixes the code to prevent an uninitialized return value that is detected when compiling with clang. The bug produces numerous warnings when compiling the Linux kernel with clang. Signed-off-by: Behan Webster Signed-off-by: Mark Charlebois Acked-by: David Howells Acked-by: Arnd Bergmann --- Reading git-diff-tree failed