From 0cce55a9254344c5ea98881cbab79546083207d6 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 8 Dec 2005 11:00:24 +0000 Subject: Documentation fix and keep debug code at kernel From: Mauro Carvalho Chehab kernel-sync - Removed inexistent site - keep debug #if 0 at kernel patches Signed-off-by: Mauro Carvalho Chehab --- linux/Documentation/dvb/faq.txt | 1 - linux/drivers/media/common/saa7146_core.c | 2 +- v4l/ChangeLog | 9 +++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/linux/Documentation/dvb/faq.txt b/linux/Documentation/dvb/faq.txt index 3bf51e45c..a42132d60 100644 --- a/linux/Documentation/dvb/faq.txt +++ b/linux/Documentation/dvb/faq.txt @@ -60,7 +60,6 @@ Some very frequently asked questions about linuxtv-dvb Metzler Bros. DVB development; alternate drivers and DVB utilities, include dvb-mpegtools and tuxzap. - http://www.linuxstb.org/ http://sourceforge.net/projects/dvbtools/ Dave Chapman's dvbtools package, including dvbstream and dvbtune diff --git a/linux/drivers/media/common/saa7146_core.c b/linux/drivers/media/common/saa7146_core.c index 68c819311..c6b7f3763 100644 --- a/linux/drivers/media/common/saa7146_core.c +++ b/linux/drivers/media/common/saa7146_core.c @@ -30,7 +30,7 @@ unsigned int saa7146_debug; module_param(saa7146_debug, int, 0644); MODULE_PARM_DESC(saa7146_debug, "debug level (default: 0)"); -#if 0 +#if 0 /* keep */ static void dump_registers(struct saa7146_dev* dev) { int i = 0; diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 62a183330..4b7a3aabf 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,12 @@ +2005-12-08 10:49 mchehab + + * linux/Documentation/dvb/faq.txt: + - Removed inexistent site + * linux/drivers/media/common/saa7146_core.c: + - keep debug #if 0 at kernel patches + + Signed-off-by: Mauro Carvalho Chehab + 2005-12-08 02:51 rmcc * linux/drivers/media/video/ir-kbd-gpio.c: (ir_probe): -- cgit v1.2.3