From: H Hartley Sweeten Date: Sat, 30 Jun 2012 00:38:18 +0000 (-0700) Subject: staging: comedi: ni_670x: change printk's to cleaned up dev_printk's X-Git-Tag: v3.6-rc1~100^2~451 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48ad330d56a6cce7897132d9cb68cc2f19358e8;p=pandora-kernel.git 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed