forked from Minki/linux
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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user