staging: comedi: ni_pcidio: convert printk() calls
authorIan Abbott <abbotti@mev.co.uk>
Fri, 14 Sep 2012 16:34:15 +0000 (17:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:09:06 +0000 (05:09 -0700)
commit6b26ecf0479e660e878014030b1f6e53d3787d75
treef94187d9c04a80829d481f5747096456d99bbc2c
parent7e2716cdc34778ea989093b2308bf62fc12da810
staging: comedi: ni_pcidio: convert printk() calls

Convert the `printk()` calls in this driver to use the `dev_...()` calls
where possible, or the `pr_...()` calls otherwise.  Combine
non-line-terminated prints into single-line prints.

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/ni_pcidio.c