summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2006-01-12 13:09:55 +0000
committerMauro Carvalho Chehab <devnull@localhost>2006-01-12 13:09:55 +0000
commit897df2a4edc8a794befcd10d52db7c000994a46d (patch)
tree1ca41f55afffb21aa0b3ba3d8844205e92ccd6b6 /v4l
parent53e0372380feff0b202c4178d178cf7ba96c475d (diff)
downloadmediapointer-dvb-s2-897df2a4edc8a794befcd10d52db7c000994a46d.tar.gz
mediapointer-dvb-s2-897df2a4edc8a794befcd10d52db7c000994a46d.tar.bz2
removed uneeded init on structs like static int foo=0
From: Mauro Carvalho Chehab <mchehab@infradead.org> - 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 <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog21
1 files changed, 21 insertions, 0 deletions
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 <mchehab@infradead.org>
+
2006-01-12 01:55 mchehab
* linux/drivers/media/video/saa7134/Kconfig: