Re: [Mactel-linux-devel] [PATCH] fix infinite loop for backlight 0

2006-11-24 Thread Nicolas Boichat
Applied. Thanks. Soeren Sonnenburg wrote: > welcome to signed/unsigned hell... > > Index: backlight.c > === > --- backlight.c (revision 60) > +++ backlight.c (working copy) > @@ -54,8 +54,8 @@ > OUTREG(0x7af8, 0x0001 | ((u

[Mactel-linux-devel] [PATCH] fix infinite loop for backlight 0

2006-11-24 Thread Soeren Sonnenburg
welcome to signed/unsigned hell... Index: backlight.c === --- backlight.c (revision 60) +++ backlight.c (working copy) @@ -54,8 +54,8 @@ OUTREG(0x7af8, 0x0001 | ((unsigned int)value << 8)); } -void write_backlight(unsig

[Mactel-linux-devel] [PATCH] fix infinite loop for backlight 0

2006-11-24 Thread Soeren Sonnenburg
welcome to signed/unsigned hell... Index: backlight.c === --- backlight.c (revision 60) +++ backlight.c (working copy) @@ -54,8 +54,8 @@ OUTREG(0x7af8, 0x0001 | ((unsigned int)value << 8)); } -void write_backlight(unsig