staging: comedi: ni_atmio16d: remove an unnecessary printk
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 26 Nov 2013 23:42:31 +0000 (16:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Dec 2013 17:20:23 +0000 (09:20 -0800)
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>
drivers/staging/comedi/drivers/ni_atmio16d.c

index 35cadc3..834c9e1 100644 (file)
@@ -745,7 +745,6 @@ static int atmio16d_attach(struct comedi_device *dev,
        s->n_chan = 0;
        s->maxdata = 0
 #endif
-           printk("\n");
 
        return 0;
 }