mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 03:59:04 -04:00
staging: comedi: dyna_pci10xx: convert a KERN_DEBUG message to dev_dbg()
Convert a printk(KERN_DEBUG ... message to dev_dbg(). Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
733cde0ef1
commit
4ced969ac6
@@ -90,8 +90,7 @@ static int dyna_pci10xx_insn_read_ai(struct comedi_device *dev,
|
||||
goto conv_finish;
|
||||
}
|
||||
data[n] = 0;
|
||||
printk(KERN_DEBUG "comedi: dyna_pci10xx: "
|
||||
"timeout reading analog input\n");
|
||||
dev_dbg(dev->class_dev, "timeout reading analog input\n");
|
||||
continue;
|
||||
conv_finish:
|
||||
/* mask the first 4 bits - EOC bits */
|
||||
|
||||
Reference in New Issue
Block a user