Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1281615 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: ni_atmio16d: remove an unnecessary printk



This blank line printk is not necessary. Remove it.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ec9b2f4f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -745,7 +745,6 @@ static int atmio16d_attach(struct comedi_device *dev,
	s->n_chan = 0;
	s->maxdata = 0
#endif
	    printk("\n");

	return 0;
}