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 35cadc38b7fa56398c0882769f62e34de5f3fd31..834c9e1e6058a46b4b55a9bd7f0efbb05266caa3 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;
 }
This page took 0.025128 seconds and 5 git commands to generate.