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>
#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