Skip to content

Commit

Permalink
Staging: comedi: fix missing KERN_facility level in ni_labpc.c
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Aseem Sethi authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 9495c28 commit 177d428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/ni_labpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,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 */
Expand Down

0 comments on commit 177d428

Please sign in to comment.