mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 15:51:40 -04:00
staging: comedi: ni_tio: remove commented out printk message
This printk message is just added noise. Remove it. 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
765a24be67
commit
9cc2bafb61
@@ -1319,7 +1319,6 @@ static int ni_tio_set_other_src(struct ni_gpct *counter, unsigned index,
|
||||
counter_dev->regs[abz_reg] &= ~mask;
|
||||
counter_dev->regs[abz_reg] |= (source << shift) & mask;
|
||||
write_register(counter, counter_dev->regs[abz_reg], abz_reg);
|
||||
/* printk("%s %x %d %d\n", __func__, counter_dev->regs[abz_reg], index, source); */
|
||||
return 0;
|
||||
}
|
||||
return -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user