commit | a5ed425cd30c0c2abac4039ae11b38520aa130c2 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Jan 13 14:10:19 2006 -0200 |
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | Fri Jan 13 14:10:19 2006 -0200 |
tree | 407b7417679f395946e04b1107de5ecab64349df | |
parent | 43ecb9a33ba8c93ebbda81d48ca05f0d1bbf9056 [diff] |
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 <mchehab@infradead.org>