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:
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue