staging: comedi: change some printk calls to pr_err
authorChase Southwood <chase.southwood@gmail.com>
Mon, 1 Dec 2014 05:05:56 +0000 (23:05 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:54:43 +0000 (16:54 -0800)
commit6c410db7c4305da28107f8b2b650ffe7d010aed1
treeb83b62a19c184cd468dc3d4cc333190b44dde432
parent5b53672bbc410e20cda96d045a3372d6212fc3bc
staging: comedi: change some printk calls to pr_err

There are a handful of calls to printk in ni_stc.h without specified log
levels, as well as one in ni_mio_common.c.  This patch converts these
calls to pr_err() instead, so that they are now explicitly log level
ERR.

Signed-off-by: Chase Southwood <chase.southwood@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_mio_common.c
drivers/staging/comedi/drivers/ni_stc.h