diff options
author | Rene Herman <rene.herman@keyaccess.nl> | 2008-09-03 15:48:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-03 17:37:09 -0400 |
commit | 4ce0b659689a97bc356e96aeac813cad2d137339 (patch) | |
tree | 217792e1b8fff12b598315256b807288985b1d6e /drivers/media/video/pms.c | |
parent | b54ff9398ac7d38a129167b580383943592b6f08 (diff) |
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>
Diffstat (limited to 'drivers/media/video/pms.c')
-rw-r--r-- | drivers/media/video/pms.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c index ede522a33d7d..7c84f795db54 100644 --- a/drivers/media/video/pms.c +++ b/drivers/media/video/pms.c | |||
@@ -1030,7 +1030,8 @@ static int __init init_pms_cards(void) | |||
1030 | 1030 | ||
1031 | #ifndef MODULE | 1031 | #ifndef MODULE |
1032 | if (!enable) { | 1032 | if (!enable) { |
1033 | printk(KERN_INFO "Not enabled\n"); | 1033 | printk(KERN_INFO "PMS: not enabled, use pms.enable=1 to " |
1034 | "probe\n"); | ||
1034 | return -ENODEV; | 1035 | return -ENODEV; |
1035 | } | 1036 | } |
1036 | #endif | 1037 | #endif |