aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2011-07-08 16:50:47 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:55:54 -0400
commitc9fb8bfaf1df361e54e330956dd45e3bec72f60a (patch)
tree5541c977219e25588628f524dee1602426bcdfae /drivers/media
parentd43dae75cc1140bf27a59aa6d8e8bc7a00f009cc (diff)
[media] marvell-cam: remove {min,max}_buffers parameters
Somewhere along the way the code stopped actually paying any attention to them, and I doubt anybody has ever made use of them. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/marvell-ccic/mcam-core.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/media/video/marvell-ccic/mcam-core.c b/drivers/media/video/marvell-ccic/mcam-core.c
index 8a99ec208ae..9867b3b5504 100644
--- a/drivers/media/video/marvell-ccic/mcam-core.c
+++ b/drivers/media/video/marvell-ccic/mcam-core.c
@@ -72,19 +72,6 @@ MODULE_PARM_DESC(dma_buf_size,
72 "parameters require larger buffers, an attempt to reallocate " 72 "parameters require larger buffers, an attempt to reallocate "
73 "will be made."); 73 "will be made.");
74 74
75static int min_buffers = 1;
76module_param(min_buffers, uint, 0644);
77MODULE_PARM_DESC(min_buffers,
78 "The minimum number of streaming I/O buffers we are willing "
79 "to work with.");
80
81static int max_buffers = 10;
82module_param(max_buffers, uint, 0644);
83MODULE_PARM_DESC(max_buffers,
84 "The maximum number of streaming I/O buffers an application "
85 "will be allowed to allocate. These buffers are big and live "
86 "in vmalloc space.");
87
88static int flip; 75static int flip;
89module_param(flip, bool, 0444); 76module_param(flip, bool, 0444);
90MODULE_PARM_DESC(flip, 77MODULE_PARM_DESC(flip,