From: Ian Abbott Date: Thu, 31 May 2012 13:08:34 +0000 (+0100) Subject: staging: comedi: amplc_dio200: Replace printk calls X-Git-Tag: v3.6-rc1~100^2~978 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485455d01b26e849d30c2b20ce20a4d6fc50555e;p=pandora-kernel.git staging: comedi: amplc_dio200: 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 dio200_report_attach(). Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed