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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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