From: Ian Abbott Date: Wed, 30 May 2012 18:04:41 +0000 (+0100) Subject: staging: comedi: amplc_pc263: Replace printk calls X-Git-Tag: v3.6-rc1~100^2~986 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03668b101362b031b74a7cde865fa7346b44eb30;p=pandora-kernel.git staging: comedi: amplc_pc263: Replace printk calls Replace the printk calls with dev_info, dev_err, etc. There were some consecutive printk calls without newlines which now snprintf into a temporary buffer and this bit of code has been factored out into new function pc263_report_attach(). Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed