Commit 4ce0b659 authored by Rene Herman's avatar Rene Herman Committed by Mauro Carvalho Chehab

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: default avatarRene Herman <rene.herman@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent b54ff939
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment