[PATCH 4/5] MIPS: LLVMLinux: Silence variable self-assignment warnings.

2015-02-03 Thread Daniel Sanders
From: Toma Tabacu Remove variable self-assignments. This silences a bunch of -Wself-assign warnings reported by clang. The changed code can be compiled without warnings by both gcc and clang. Signed-off-by: Toma Tabacu Signed-off-by: Daniel Sanders Cc: Ralf Baechle Cc:

[PATCH 4/5] MIPS: LLVMLinux: Silence variable self-assignment warnings.

2015-02-03 Thread Daniel Sanders
From: Toma Tabacu toma.tab...@imgtec.com Remove variable self-assignments. This silences a bunch of -Wself-assign warnings reported by clang. The changed code can be compiled without warnings by both gcc and clang. Signed-off-by: Toma Tabacu toma.tab...@imgtec.com Signed-off-by: Daniel Sanders