staging: comedi: ni_65xx: convert printk() to dev_...()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 14 Sep 2012 16:34:03 +0000 (17:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:09:03 +0000 (05:09 -0700)
commit0e5789f57a1f6f28018281fdc2f013199c7b0767
tree8d6f8704bf360e976e13ccd2f33a8361a7558ce0
parent372959d246014478e4cb8d05356777cd2baf2b0a
staging: comedi: ni_65xx: convert printk() to dev_...()

Convert the `printk()` calls in this drivers to use the `dev_...()`
calls instead.  Remove the initial `printk()` call in the comedi
`attach()` handler (`ni_65xx_attach()`) as it's a bit redundant - the
board type and contents of a board ID register are printed later in the
function.

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_65xx.c