From 897df2a4edc8a794befcd10d52db7c000994a46d Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 12 Jan 2006 13:09:55 +0000 Subject: removed uneeded init on structs like static int foo=0 From: Mauro Carvalho Chehab - static vars are equal to zero by default. Removed unnecessary =0 from them, saving some data space; - Fixed compiling against kernels bellow 2.6.13. Signed-off-by: Mauro Carvalho Chehab --- v4l/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'v4l/ChangeLog') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 7e0de1649..3982a5838 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,24 @@ +2006-01-12 13:01 mchehab + + * linux/drivers/media/dvb/bt8xx/bt878.c: + * linux/drivers/media/dvb/ttpci/av7110.c: + * linux/drivers/media/video/bt832.c: + * linux/drivers/media/video/btcx-risc.c: + * linux/drivers/media/video/bttv-cards.c: + * linux/drivers/media/video/bttv-driver.c: + * linux/drivers/media/video/bttv-i2c.c: + * linux/drivers/media/video/cx25840/cx25840-core.c: + * linux/drivers/media/video/cx88/cx88-alsa.c: + * linux/drivers/media/video/msp3400-driver.c: + * linux/drivers/media/video/saa7134/saa7134-core.c: + * linux/drivers/media/video/tda7432.c: + * linux/drivers/media/video/tda9875.c: + - static vars are equal to zero by default. Removed + unnecessary =0 from them, saving some data space; + - Fixed compiling against kernels bellow 2.6.13. + + Signed-off-by: Mauro Carvalho Chehab + 2006-01-12 01:55 mchehab * linux/drivers/media/video/saa7134/Kconfig: -- cgit v1.2.3