From 29509e21dd968487c404fd28ce3d0db4272b3b86 Mon Sep 17 00:00:00 2001 From: Jonathan Corbet Date: Fri, 8 Jul 2011 17:50:47 -0300 Subject: [PATCH] --- yaml --- r: 261531 b: refs/heads/master c: c9fb8bfaf1df361e54e330956dd45e3bec72f60a h: refs/heads/master i: 261529: 6b5b56d338115c63353575bc27cb383e128eb505 261527: 929544076dfff3c41e88d76b9c68d37fedb37f43 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/marvell-ccic/mcam-core.c | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/[refs] b/[refs] index 2ef00ea6c800..ffd2fc60490b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d43dae75cc1140bf27a59aa6d8e8bc7a00f009cc +refs/heads/master: c9fb8bfaf1df361e54e330956dd45e3bec72f60a diff --git a/trunk/drivers/media/video/marvell-ccic/mcam-core.c b/trunk/drivers/media/video/marvell-ccic/mcam-core.c index 8a99ec208ae6..9867b3b55041 100644 --- a/trunk/drivers/media/video/marvell-ccic/mcam-core.c +++ b/trunk/drivers/media/video/marvell-ccic/mcam-core.c @@ -72,19 +72,6 @@ MODULE_PARM_DESC(dma_buf_size, "parameters require larger buffers, an attempt to reallocate " "will be made."); -static int min_buffers = 1; -module_param(min_buffers, uint, 0644); -MODULE_PARM_DESC(min_buffers, - "The minimum number of streaming I/O buffers we are willing " - "to work with."); - -static int max_buffers = 10; -module_param(max_buffers, uint, 0644); -MODULE_PARM_DESC(max_buffers, - "The maximum number of streaming I/O buffers an application " - "will be allowed to allocate. These buffers are big and live " - "in vmalloc space."); - static int flip; module_param(flip, bool, 0444); MODULE_PARM_DESC(flip,