fix ov9650 init_data bug
authorRich.jiangyk <jyk@rock-chips.com>
Mon, 13 Sep 2010 08:51:28 +0000 (16:51 +0800)
committerRich.jiangyk <jyk@rock-chips.com>
Mon, 13 Sep 2010 08:57:49 +0000 (16:57 +0800)
commitbf05d0035dedbf6df44e303560c966b7354389e2
tree66d715cfdf4bc39670a0893ad87476ba3c461d71
parent6f132a55e495e02f7eb89c43a695ad50a7118e53
fix ov9650 init_data bug

in sensor_init_data array, register 0x00 was set to 0x00, which cause the initialization unfinished.
This setting is useless, so remove it! ov9650 is working better at vga dc/dv now.
drivers/media/video/ov9650.c