staging: comedi: ni_670x: change printk's to cleaned up dev_printk's
authorH Hartley Sweeten <hartleys@visionengravers.com>
Sat, 30 Jun 2012 00:38:18 +0000 (17:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:46:05 +0000 (15:46 -0700)
commitb48ad330d56a6cce7897132d9cb68cc2f19358e8
treeb9e04476bb14958037ebd844c7375a291755872f
parent2be036653663f809d1034d365f8285a967e589da
staging: comedi: ni_670x: change printk's to cleaned up dev_printk's

Convert all the prink's in this file to dev_prink's.

Change the INFO message in ni_670x_find_device into a dev_warn().
This message is only displayed if a matching device was not found.
A warning is more appropriate here than info.

Consolidate the attach messages into one dev_info() output after
the successful attach.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_670x.c