mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi:fix missing KERN_facility level in ni_labpc.c
@ 2010-03-09 18:34 aseem sethi
  2010-03-09 19:40 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: aseem sethi @ 2010-03-09 18:34 UTC (permalink / raw)
  To: gregkh, wfp5p; +Cc: devel, linux-kernel

From: aseemsethi <aseemsethi@yahoo.com>
 This is a patch to fix the "missing KERN_facility level" error found when running the checkpatch.pl script
 Signed-off-by: Aseem Sethi <aseemsethi@yahoo.com>

---
 drivers/staging/comedi/drivers/ni_labpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/comedi/drivers/ni_labpc.c b/drivers/staging/comedi/drivers/ni_labpc.c
index 3c88caa..63853c2 100644
--- a/drivers/staging/comedi/drivers/ni_labpc.c
+++ b/drivers/staging/comedi/drivers/ni_labpc.c
@@ -535,7 +535,7 @@ int labpc_common_attach(struct comedi_device *dev, unsigned long iobase,
        printk("\n");
 
        if (iobase == 0) {
-               printk("io base address is zero!\n");
+               printk(KERN_ERR "io base address is zero!\n");
                return -EINVAL;
        }
        /*  request io regions for isa boards */
-- 
1.6.4.2
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-09 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-09 18:34 [PATCH] Staging: comedi:fix missing KERN_facility level in ni_labpc.c aseem sethi
2010-03-09 19:40 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®