diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-10 18:12:52 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-10 18:12:52 -0300 |
commit | e5134d81d54b671124288a84f6bc54f5353cd16a (patch) | |
tree | d1009fa99be108263f4260c68d9814f804a07c6a /linux/Documentation/video4linux | |
parent | 9de45e2a7b733d3af2b4dae5fab2c54179b12e25 (diff) | |
download | mediapointer-dvb-s2-e5134d81d54b671124288a84f6bc54f5353cd16a.tar.gz mediapointer-dvb-s2-e5134d81d54b671124288a84f6bc54f5353cd16a.tar.bz2 |
V4L/DVB (3399a): cpia2/cpia2_v4l.c cleanups
From: Adrian Bunk <bunk@stusta.de>
- make 2 needlessly global functions static
- remove cpia2_setup(): the driver already allows setting parameters
through module_param(), and there's no reason for having two different
ways for setting the same parameters
kernel-sync
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/Documentation/video4linux')
-rw-r--r-- | linux/Documentation/video4linux/README.cpia2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Documentation/video4linux/README.cpia2 b/linux/Documentation/video4linux/README.cpia2 index f3bd3439a..ce8213d28 100644 --- a/linux/Documentation/video4linux/README.cpia2 +++ b/linux/Documentation/video4linux/README.cpia2 @@ -70,7 +70,7 @@ line like this: If the driver is compiled into the kernel, at boot time specify them like this: - cpia2=num_buffers:3,buffer_size:65535 + cpia2.num_buffers=3 cpia2.buffer_size=65535 What buffer size should I use? ------------------------------ |