On Thu, Jun 16, 2011 at 18:42, Greg Dietsche <Gregory.Dietsche@xxxxxxx> wrote: > remove unnecessary code that matches this coccinelle pattern > Â Â Â Âif (...) > Â Â Â Â Â Â Â Âreturn ret; > Â Â Â Âreturn ret; > > Signed-off-by: Greg Dietsche <Gregory.Dietsche@xxxxxxx> Thanks, will queue for 3.1. > --- > Âarch/m68k/math-emu/fp_log.c | Â Â3 --- > Â1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/arch/m68k/math-emu/fp_log.c b/arch/m68k/math-emu/fp_log.c > index 367ecee..3384a52 100644 > --- a/arch/m68k/math-emu/fp_log.c > +++ b/arch/m68k/math-emu/fp_log.c > @@ -105,9 +105,6 @@ fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src) > > Â Â Â Âfp_monadic_check(dest, src); > > - Â Â Â if (IS_ZERO(dest)) > - Â Â Â Â Â Â Â return dest; > - > Â Â Â Âreturn dest; > Â} > > -- > 1.7.2.5 > > -- Gr{oetje,eeting}s, Â Â Â Â Â Â Â Â Â Â Â Â Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂ ÂÂ -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html