lkml.org 
[lkml]   [2000]   [Sep]   [22]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateFri, 22 Sep 2000 01:24:27 -0500
SubjectRe: [patch] mousedev.c
FromPeter Samuelson <>
[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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:38    [from the cache]
©2003-2008