mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 18:12:25 -04:00
staging: comedi: ni_atmio16d: remove an unnecessary printk
This blank line printk is not necessary. 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
ec9b2f4f4f
commit
d128161569
@@ -745,7 +745,6 @@ static int atmio16d_attach(struct comedi_device *dev,
|
||||
s->n_chan = 0;
|
||||
s->maxdata = 0
|
||||
#endif
|
||||
printk("\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user