public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: comedi: fixed KERN_ facility level warning
@ 2010-07-04 16:09 James K Pruitt
  2010-07-08 20:07 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: James K Pruitt @ 2010-07-04 16:09 UTC (permalink / raw)
  To: gregkh, mauricedawson2699, stewart_r, mithlesh, u.kleine-koenig,
	devel, linux-kernel, pruittjk

This is a patch to the ni_labpc.c file that fixes a "KERN_" facility level
warning on line 529 found by the checkpatch.pl utility.

Signed-off-by: James K Pruitt <pruittjk@cableone.net>
---
 drivers/staging/comedi/drivers/ni_labpc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/ni_labpc.c b/drivers/staging/comedi/drivers/ni_labpc.c
index 67c8a53..086a7be 100644
--- a/drivers/staging/comedi/drivers/ni_labpc.c
+++ b/drivers/staging/comedi/drivers/ni_labpc.c
@@ -526,8 +526,8 @@ int labpc_common_attach(struct comedi_device *dev, unsigned long iobase,
 	unsigned long dma_flags, isr_flags;
 	short lsb, msb;
 
-	printk("comedi%d: ni_labpc: %s, io 0x%lx", dev->minor, thisboard->name,
-	       iobase);
+	printk(KERN_INFO "comedi%d: ni_labpc: %s, io 0x%lx", dev->minor,
+						thisboard->name, iobase);
 	if (irq)
 		printk(", irq %u", irq);
 	if (dma_chan)
-- 
1.7.1


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

end of thread, other threads:[~2010-07-08 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-04 16:09 [PATCH] staging: comedi: fixed KERN_ facility level warning James K Pruitt
2010-07-08 20:07 ` Greg KH

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