From: Ian Abbott Date: Fri, 14 Sep 2012 16:34:24 +0000 (+0100) Subject: staging: comedi: mite: replace printk() calls X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d799773f6837b44f4dca8d298c2be4d524d3331e;p=pandora-kernel.git staging: comedi: mite: replace printk() calls Replace the `printk()` calls in this module with `dev_...()` calls where possible or `pr_...()` calls otherwise. Rework the normally ifdefed out (by the `DEBUG_MITE` macro) `mite_dump_regs()` to dump register offsets instead of remapped addresses. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed