MIPS: Cleanup switches with cases that can be merged
Signed-off-by: Roel Kluin <roel.kluin@gmail.com> To: linux-mips@linux-mips.org To: Andrew Morton <akpm@linux-foundation.org> To: LKML <linux-kernel@vger.kernel.org> Patchwork: http://patchwork.linux-mips.org/patch/860/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -148,7 +148,6 @@ ieee754dp ieee754dp_format(int sn, int xe, u64 xm)
|
||||
|
||||
switch(ieee754_csr.rm) {
|
||||
case IEEE754_RN:
|
||||
return ieee754dp_zero(sn);
|
||||
case IEEE754_RZ:
|
||||
return ieee754dp_zero(sn);
|
||||
case IEEE754_RU: /* toward +Infinity */
|
||||
|
@@ -149,7 +149,6 @@ ieee754sp ieee754sp_format(int sn, int xe, unsigned xm)
|
||||
|
||||
switch(ieee754_csr.rm) {
|
||||
case IEEE754_RN:
|
||||
return ieee754sp_zero(sn);
|
||||
case IEEE754_RZ:
|
||||
return ieee754sp_zero(sn);
|
||||
case IEEE754_RU: /* toward +Infinity */
|
||||
|
Reference in New Issue
Block a user