V4L/DVB (8728): 1-make-pms-not-autoprobe-when-builtin update
authorRene Herman <rene.herman@keyaccess.nl>
Wed, 3 Sep 2008 19:48:23 +0000 (16:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 3 Sep 2008 21:37:09 +0000 (18:37 -0300)
On 10-08-08 23:37, Alan Cox wrote:
>
> Would probably make the printk "pms: not enabled, use pms.enable=1 to
> probe"
>
> So you know
> a) What is wittering about not being probed
> b) How to undo it.
>
> But thats trivia really.

Signed-off-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pms.c

index ede522a..7c84f79 100644 (file)
@@ -1030,7 +1030,8 @@ static int __init init_pms_cards(void)
 
 #ifndef MODULE
        if (!enable) {
-               printk(KERN_INFO "Not enabled\n");
+               printk(KERN_INFO "PMS: not enabled, use pms.enable=1 to "
+                                "probe\n");
                return -ENODEV;
        }
 #endif