commit | 6c410db7c4305da28107f8b2b650ffe7d010aed1 | [log] [tgz] |
---|---|---|
author | Chase Southwood <chase.southwood@gmail.com> | Sun Nov 30 23:05:56 2014 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 02 16:54:43 2014 -0800 |
tree | b83b62a19c184cd468dc3d4cc333190b44dde432 | |
parent | 5b53672bbc410e20cda96d045a3372d6212fc3bc [diff] |
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>