staging: comedi: mite: replace printk() calls
authorIan Abbott <abbotti@mev.co.uk>
Fri, 14 Sep 2012 16:34:24 +0000 (17:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:09:08 +0000 (05:09 -0700)
commitd799773f6837b44f4dca8d298c2be4d524d3331e
treea331a76b1b88e0bb94275142402e6f9fe6f9e465
parentd6f015b6ad035d465d0ab30e9a441e5e8d18d4b7
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 <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/mite.c
drivers/staging/comedi/drivers/mite.h