X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68k%2Fmath-emu%2Ffp_arith.c;h=08f286db3c5af889f87e6a19c2aae24719f58c5c;hb=2ab7e6fcc578694936be605151227a660d2f1b95;hp=50f516dbb446c1c9b9c66b68327e413471c38f90;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/arch/m68k/math-emu/fp_arith.c b/arch/m68k/math-emu/fp_arith.c index 50f516dbb..08f286db3 100644 --- a/arch/m68k/math-emu/fp_arith.c +++ b/arch/m68k/math-emu/fp_arith.c @@ -458,7 +458,7 @@ static void fp_roundint(struct fp_ext *dest, int mode) return; /* infinities and zeroes */ - if (IS_INF(dest) || IS_ZERO(dest)) + if (IS_INF(dest) || IS_ZERO(dest)) return; /* first truncate the lower bits */