diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-02-28 02:40:51 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-03 10:15:29 -0500 |
commit | 8cbe84f33a8d420d8c8228599bc042cb31c569fa (patch) | |
tree | 041885dcbcb6db099fcd442e8d0f2c3c7f9c0883 /Documentation/video4linux/README.cpia2 | |
parent | d15549acfedd70b2bd97a5876ecd59527fa97671 (diff) |
V4L/DVB (3399a): cpia2/cpia2_v4l.c cleanups
- 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
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 'Documentation/video4linux/README.cpia2')
-rw-r--r-- | Documentation/video4linux/README.cpia2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/video4linux/README.cpia2 b/Documentation/video4linux/README.cpia2 index f3bd3439ad91..ce8213d28b67 100644 --- a/Documentation/video4linux/README.cpia2 +++ b/Documentation/video4linux/README.cpia2 | |||
@@ -70,7 +70,7 @@ line like this: | |||
70 | 70 | ||
71 | If the driver is compiled into the kernel, at boot time specify them | 71 | If the driver is compiled into the kernel, at boot time specify them |
72 | like this: | 72 | like this: |
73 | cpia2=num_buffers:3,buffer_size:65535 | 73 | cpia2.num_buffers=3 cpia2.buffer_size=65535 |
74 | 74 | ||
75 | What buffer size should I use? | 75 | What buffer size should I use? |
76 | ------------------------------ | 76 | ------------------------------ |