From: Chase Southwood Date: Wed, 19 Feb 2014 07:37:54 +0000 (-0600) Subject: Staging: comedi: addi-data: replace printk() with dev_err() in hwdrv_apci1564.c X-Git-Tag: v3.15-rc1~139^2~926 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614bd02fc0113c5b272843731f69005484c77e2a;p=pandora-kernel.git Staging: comedi: addi-data: replace printk() with dev_err() in hwdrv_apci1564.c There were a small handful of printk() calls in hwdrv_apci1564.c. It is generally better to use dev_err() for error messages instead, so I switched all the printk() calls out, as well as cleaned up the error strings. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed