]> Pileus Git - ~andy/linux/commit
staging: comedi: das6402: remove DEBUG noise
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Fri, 22 Nov 2013 17:41:39 +0000 (10:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2013 19:42:44 +0000 (11:42 -0800)
commit18fd15f667135433a51d4b952f10b0fd6b5d8959
tree92077a4f3fa24e57a10e4ab18f55236ac6d2d893
parentcf328c2a0bfe3f9f3f5ed94ee0bcdd333bc44951
staging: comedi: das6402: remove DEBUG noise

The private data does not contain 'das6402_irqcount' or 'das6402_wordsread'
members so the printk noise produces build errors when DEBUG is defined.
The other printk is just added noise.

Remove the printk's to fix the build errors and remove the noise.

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/das6402.c