Index: bt819.c =================================================================== RCS file: /cvsroot/mjpeg/driver-zoran/bt819.c,v retrieving revision 1.6 diff -u -r1.6 bt819.c --- bt819.c 16 Sep 2004 22:53:26 -0000 1.6 +++ bt819.c 23 Mar 2005 09:04:52 -0000 @@ -239,7 +239,8 @@ init[0x07 * 2 - 1] = timing->hactive & 0xff; init[0x08 * 2 - 1] = timing->hscale >> 8; init[0x09 * 2 - 1] = timing->hscale & 0xff; - init[0x19*2-1] = decoder->norm == 0 ? 115 : 93; /* Chroma burst delay */ + /* 0x15 in array is address 0x19 */ + init[0x15 * 2 - 1] = (decoder->norm == 0) ? 115 : 93; /* Chroma burst delay */ /* reset */ bt819_write(client, 0x1f, 0x00); mdelay(1);