From: Ian Abbott Date: Fri, 2 Nov 2012 19:17:58 +0000 (+0000) Subject: staging: comedi: cb_pcidas64: fix printks X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~615 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65998b1ba4908115e86d490a7decea60e708be75;p=pandora-kernel.git staging: comedi: cb_pcidas64: fix printks Replace `printk` calls with something else. For the `DEBUG_PRINT()` macro, use `pr_debug()` (if `PCIDAS64_DEBUG macro defined) or `no_printk()`. Fix a few `DEBUG_PRINT()` calls due to compiler warnings and add newlines where they are missing. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed