aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/pwc-if.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pwc/pwc-if.c')
-rw-r--r--drivers/media/video/pwc/pwc-if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/pwc/pwc-if.c b/drivers/media/video/pwc/pwc-if.c
index 0b67d4ec0318..950da2542148 100644
--- a/drivers/media/video/pwc/pwc-if.c
+++ b/drivers/media/video/pwc/pwc-if.c
@@ -1903,9 +1903,9 @@ static int fbufs;
1903static int mbufs; 1903static int mbufs;
1904static int compression = -1; 1904static int compression = -1;
1905static int leds[2] = { -1, -1 }; 1905static int leds[2] = { -1, -1 };
1906static int leds_nargs; 1906static unsigned int leds_nargs;
1907static char *dev_hint[MAX_DEV_HINTS]; 1907static char *dev_hint[MAX_DEV_HINTS];
1908static int dev_hint_nargs; 1908static unsigned int dev_hint_nargs;
1909 1909
1910module_param(size, charp, 0444); 1910module_param(size, charp, 0444);
1911module_param(fps, int, 0444); 1911module_param(fps, int, 0444);