From: Ian Abbott Date: Fri, 14 Sep 2012 16:33:58 +0000 (+0100) Subject: staging: comedi: ni_6527: convert printk() to dev_...() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~229 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca33f4ce35648c2301f398052d0081ebc8e5d7cd;p=pandora-kernel.git staging: comedi: ni_6527: 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 (`ni6527_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 Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed