Commit 177d4282 authored by Aseem Sethi's avatar Aseem Sethi Committed by Greg Kroah-Hartman

Staging: comedi: fix missing KERN_facility level in ni_labpc.c

This is a patch to fix the "missing KERN_facility level" error found
when running the checkpatch.pl script
Signed-off-by: default avatarAseem Sethi <aseemsethi@yahoo.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9495c282
...@@ -536,7 +536,7 @@ int labpc_common_attach(struct comedi_device *dev, unsigned long iobase, ...@@ -536,7 +536,7 @@ int labpc_common_attach(struct comedi_device *dev, unsigned long iobase,
printk("\n"); printk("\n");
if (iobase == 0) { if (iobase == 0) {
printk("io base address is zero!\n"); printk(KERN_ERR "io base address is zero!\n");
return -EINVAL; return -EINVAL;
} }
/* request io regions for isa boards */ /* request io regions for isa boards */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment