From 614bd02fc0113c5b272843731f69005484c77e2a Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Wed, 19 Feb 2014 01:37:54 -0600 Subject: [PATCH] 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-format-patch failed