Re: [PATCH v4] LLVMLinux: Remove warning about returning an uninitialized variable

2014-03-25 Thread Arnd Bergmann
On Monday 24 March 2014, beh...@converseincode.com wrote: > > From: Behan Webster > > 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

Re: [PATCH v4] LLVMLinux: Remove warning about returning an uninitialized variable

2014-03-25 Thread Arnd Bergmann
On Monday 24 March 2014, beh...@converseincode.com wrote: From: Behan Webster beh...@converseincode.com 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

Re: [PATCH v4] LLVMLinux: Remove warning about returning an uninitialized variable

2014-03-24 Thread David Howells
beh...@converseincode.com wrote: > From: Behan Webster > > 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

Re: [PATCH v4] LLVMLinux: Remove warning about returning an uninitialized variable

2014-03-24 Thread David Howells
beh...@converseincode.com wrote: From: Behan Webster beh...@converseincode.com 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

[PATCH v4] LLVMLinux: Remove warning about returning an uninitialized variable

2014-03-23 Thread behanw
From: Behan Webster 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:

[PATCH v4] LLVMLinux: Remove warning about returning an uninitialized variable

2014-03-23 Thread behanw
From: Behan Webster beh...@converseincode.com 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