From: Ian Abbott Date: Tue, 29 May 2012 13:49:31 +0000 (+0100) Subject: staging: comedi: amplc_pc236: Replace printk calls X-Git-Tag: v3.6-rc1~100^2~998 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62bc23d145d636f0de2bf412dcf31a33fcf16046;p=pandora-kernel.git staging: comedi: amplc_pc236: Replace printk calls Replace the printk calls with dev_info, dev_err, etc. There were some consecutive printk calls without newlines which now scnprintf into a temporary buffer and this bit of code has been factored out into new function pc236_report_attach(). Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed