Commit c4815b3d authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: pcmmio: convert a KERN_DEBUG message to dev_dbg()



Convert a printk(KERN_DEBUG ... message to dev_dbg().

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4ced969a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -476,8 +476,8 @@ static irqreturn_t interrupt_pcmmio(int irq, void *d)
				 * TODO here: dispatch io lines to subdevs
				 * with commands..
				 */
				printk
				    (KERN_DEBUG "got edge detect interrupt %d asic %d which_chans: %06x\n",
				dev_dbg(dev->class_dev,
					"got edge detect interrupt %d asic %d which_chans: %06x\n",
					irq, asic, triggered);
				for (i = 2; i < dev->n_subdevices; i++) {
					s = &dev->subdevices[i];