From: Ian Abbott Date: Fri, 14 Sep 2012 16:34:07 +0000 (+0100) Subject: staging: comedi: ni_660x: convert printk() to dev_...() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8adadee9427e23fe7513fc214fe29f7307e7aa1;p=pandora-kernel.git staging: comedi: ni_660x: convert printk() to dev_...() Convert the `printk()` calls in this drivers to use the `dev_...()` calls instead. Replace some `printk()` calls in the comedi `attach()` handler (`ni_660x_attach()`) with a single `dev_info()` at the end. Remove some `printk()` calls before `BUG()` calls. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed