Skip to content

Commit

Permalink
V4L/DVB (8728): 1-make-pms-not-autoprobe-when-builtin update
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rene Herman authored and Mauro Carvalho Chehab committed Sep 3, 2008
1 parent b54ff93 commit 4ce0b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/video/pms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ce0b65

Please sign in to comment.