Hi Andrew, for some unknown reason, I suddenly found the attached typo. It doesn't cause anything bad (at least not on my computer according to some tests), but is still very much so embarassing, so please apply to the kernel tree. Who knows, maybe it fixes some obscure unfixeable bug for some people.
Signed-off-by: Ronald S. Bultje <[EMAIL PROTECTED]> Thanks, Ronald -- Ronald S. Bultje <[EMAIL PROTECTED]>
? .tmp_versions Index: zr36050.c =================================================================== RCS file: /cvsroot/mjpeg/driver-zoran/zr36050.c,v retrieving revision 1.2 diff -u -r1.2 zr36050.c --- linux-2.6.5/drivers/media/video/zr36050.c.old 16 Sep 2004 22:53:27 -0000 1.2 +++ linux-2.6.5/drivers/media/video/zr36050.c 29 Mar 2005 20:30:23 -0000 @@ -419,7 +419,7 @@ dri_data[2] = 0x00; dri_data[3] = 0x04; dri_data[4] = ptr->dri >> 8; - dri_data[5] = ptr->dri * 0xff; + dri_data[5] = ptr->dri & 0xff; return zr36050_pushit(ptr, ZR050_DRI_IDX, 6, dri_data); }