Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

H Hartley Sweeten and committed by
Greg Kroah-Hartman
d1281615 ec9b2f4f

-1
-1
drivers/staging/comedi/drivers/ni_atmio16d.c
··· 745 745 s->n_chan = 0; 746 746 s->maxdata = 0 747 747 #endif 748 - printk("\n"); 749 748 750 749 return 0; 751 750 }