From: H Hartley Sweeten Date: Fri, 22 Nov 2013 17:41:39 +0000 (-0700) Subject: staging: comedi: das6402: remove DEBUG noise X-Git-Tag: v3.14-rc1~150^2~767 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18fd15f667135433a51d4b952f10b0fd6b5d8959;p=pandora-kernel.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed