From: Mauro Carvalho Chehab Date: Fri, 13 Jan 2006 16:10:19 +0000 (-0200) Subject: V4L/DVB (3355): removed uneeded init on structs like static int foo=0 X-Git-Tag: v2.6.16-rc1~34^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ed425cd30c0c2abac4039ae11b38520aa130c2;p=pandora-kernel.git V4L/DVB (3355): removed uneeded init on structs like static int foo=0 - Static vars are equal to zero by default. Removed unnecessary =0 from them, saving some data space Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed