Re: [patch] mousedev.c

From: Igmar Palsenberg (maillist@chello.nl)
Date: Thu Sep 21 2000 - 17:55:43 EST


Hi,

Patch looks not necessary. The compiler executes the statements until it
encounters a break.

> - case BTN_EXTRA: if (list->mode > 1) { index = 4; break; }
> + case BTN_EXTRA: if (list->mode > 1) index = 4; break;

        Igmar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 21:00:26 EST