summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Odetti <mariofutire@googlemail.com>2009-12-10 20:26:10 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-16 03:18:30 +0100
commit4315c414474cf43994f0c562ce8faea3628f550b (patch)
tree8238e7274e41d4f0bda65574989b4e218fa66f26
parentV4L/DVB (13581): DiBUSB: fix I2c access when there is a read-access w/o write... (diff)
downloadlinux-4315c414474cf43994f0c562ce8faea3628f550b.tar.xz
linux-4315c414474cf43994f0c562ce8faea3628f550b.zip
V4L/DVB (13593): PWC: parameter trace is only available in debug
This patch fixes a small issue where modinfo says the parameter "trace" is always available, while it only works if CONFIG_USB_PWC_DEBUG is enabled. Signed-off-by: Andrea Odetti <mariofutire@googlemail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/pwc/pwc-if.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pwc/pwc-if.c b/drivers/media/video/pwc/pwc-if.c
index d0e2b57f1747..aea7e224cef6 100644
--- a/drivers/media/video/pwc/pwc-if.c
+++ b/drivers/media/video/pwc/pwc-if.c
@@ -1947,7 +1947,9 @@ MODULE_PARM_DESC(size, "Initial image size. One of sqcif, qsif, qcif, sif, cif,
MODULE_PARM_DESC(fps, "Initial frames per second. Varies with model, useful range 5-30");
MODULE_PARM_DESC(fbufs, "Number of internal frame buffers to reserve");
MODULE_PARM_DESC(mbufs, "Number of external (mmap()ed) image buffers");
+#ifdef CONFIG_USB_PWC_DEBUG
MODULE_PARM_DESC(trace, "For debugging purposes");
+#endif
MODULE_PARM_DESC(power_save, "Turn power save feature in camera on or off");
MODULE_PARM_DESC(compression, "Preferred compression quality. Range 0 (uncompressed) to 3 (high compression)");
MODULE_PARM_DESC(leds, "LED on,off time in milliseconds");