summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-08 11:00:24 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-08 11:00:24 +0000
commit0cce55a9254344c5ea98881cbab79546083207d6 (patch)
tree3999247052ebad9e7b3305109c5b01b8981ba4b0
parentbe3654f86891a551c40f745531f7e97223b0a654 (diff)
downloadmediapointer-dvb-s2-0cce55a9254344c5ea98881cbab79546083207d6.tar.gz
mediapointer-dvb-s2-0cce55a9254344c5ea98881cbab79546083207d6.tar.bz2
Documentation fix and keep debug code at kernel
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br> kernel-sync - Removed inexistent site - keep debug #if 0 at kernel patches Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
-rw-r--r--linux/Documentation/dvb/faq.txt1
-rw-r--r--linux/drivers/media/common/saa7146_core.c2
-rw-r--r--v4l/ChangeLog9
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 <mchehab@brturbo.com.br>
+
2005-12-08 02:51 rmcc
* linux/drivers/media/video/ir-kbd-gpio.c: (ir_probe):