[Igmar Palsenberg]
> 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;
^^^^^^^^^^^^^^^^^^^
You missed this part.
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- [patch] mousedev.c Yoichi Imai
- Re: [patch] mousedev.c Vojtech Pavlik
- Re: [patch] mousedev.c Igmar Palsenberg
- Re: [patch] mousedev.c Peter Samuelson
- Re: [patch] mousedev.c Russell King
- Re: [patch] mousedev.c Igmar Palsenberg

