V4L/DVB (8728): 1-make-pms-not-autoprobe-when-builtin update

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>
This commit is contained in:
Rene Herman 2008-09-03 16:48:23 -03:00 committed by Mauro Carvalho Chehab
parent b54ff9398a
commit 4ce0b65968

View 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