]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: comedi: addi-data: replace printk() with dev_err() in hwdrv_apci1564.c
authorChase Southwood <chase.southwood@yahoo.com>
Wed, 19 Feb 2014 07:37:54 +0000 (01:37 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2014 20:38:09 +0000 (12:38 -0800)
commit614bd02fc0113c5b272843731f69005484c77e2a
treef4f3f5f2e5379f8b61c2ef91ecca4b8d4098463d
parent988bcffd2632c29d1b1bacf686989b1191dd137d
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 <chase.southwood@yahoo.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c