diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-08 11:00:24 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-08 11:00:24 +0000 |
commit | 0cce55a9254344c5ea98881cbab79546083207d6 (patch) | |
tree | 3999247052ebad9e7b3305109c5b01b8981ba4b0 /linux/drivers | |
parent | be3654f86891a551c40f745531f7e97223b0a654 (diff) | |
download | mediapointer-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>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/common/saa7146_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |