[PATCH 3/4] Staging: comedi: addi-data: convert printk() to dev_err()

Chase Southwood chase.southwood at yahoo.com
Sun Feb 16 08:41:22 UTC 2014


This patch for hwdrv_apci035.c changes a printk() call to a dev_err call
since this is generally preferred.

Signed-off-by: Chase Southwood <chase.southwood at yahoo.com>
---
 drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c
index 90d5801..f02b714 100644
--- a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c
+++ b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c
@@ -227,7 +227,7 @@ static int i_APCI035_ConfigTimerWatchdog(struct comedi_device *dev,
 			ui_Command = ui_Command & 0xFFF819E2UL;
 
 		} else {
-			printk("\n The parameter for Timer/watchdog selection is in error\n");
+			dev_err(dev->class_dev, "\n The parameter for Timer/watchdog selection is in error\n");
 			return -EINVAL;
 		}
 	}
-- 
1.8.5.3



More information about the devel mailing list