From: Ian Abbott Date: Thu, 16 Aug 2012 13:38:05 +0000 (+0100) Subject: staging: comedi: replace printk calls in comedi core X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~903 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f870fe6269bbc7cca2a70c50a4cc6f811fe21c5;p=pandora-kernel.git staging: comedi: replace printk calls in comedi core Replace the printk() calls in the comedi core module with something more suitable, such as dev_...() or pr_...(). Remove the ones that report a failure to increment a module count (try_module_get() failure). Change the printk() call in the DPRINTK() macro to pr_debug(). TODO: Most of the DPRINTK() calls need to be replaced with something else. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed