From: Jean Delvare Date: Thu, 23 Aug 2007 18:45:41 +0000 (-0300) Subject: V4L/DVB (6081): ivtv: Fix static structure initialization X-Git-Tag: v2.6.24-rc1~1463^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb292d1342c649ac0b35ae9205b761fd14adb57;p=pandora-kernel.git V4L/DVB (6081): ivtv: Fix static structure initialization Convert the initialization of ivtv_i2c_algo_template to C99-style. Otherwise a future change to struct i2c_algo_bit_data would break this code. Also declared that structure const - it's a template after all. Signed-off-by: Jean Delvare Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed