V4L/DVB (3399a): cpia2/cpia2_v4l.c cleanups
authorAdrian Bunk <bunk@stusta.de>
Tue, 28 Feb 2006 07:40:51 +0000 (04:40 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 3 Mar 2006 15:15:29 +0000 (12:15 -0300)
- 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>
Documentation/video4linux/README.cpia2
drivers/media/video/cpia2/cpia2_v4l.c

index f3bd343..ce8213d 100644 (file)
@@ -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?
        ------------------------------
Simple merge