Hi Stewart, On Sat, Feb 27, 2010 at 12:37 PM, Stewart Robertson <stewart_r@xxxxxxxxxxxxxx> wrote: > I did some research and had a go at fixing the warning > 'WARNING: printk() should include KERN_ facility level' > by adding KERN_INFO in front of the quoted text. Please let me know if that > is the right thing to do and if not, > what I should do instead. Yes this is right thing to do "printk(KERN_INFO "");" You can also do pr_info(""); Cheers, Ameya. _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel