Re: [PATCH] staging: comedi: change some printk calls to pr_err

2014-12-01 Thread Jeremiah Mahler
Chase, On Sun, Nov 30, 2014 at 11:05:56PM -0600, Chase Southwood wrote: 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.

Re: [PATCH] staging: comedi: change some printk calls to pr_err

2014-12-01 Thread Ian Abbott
On 01/12/14 08:47, Jeremiah Mahler wrote: Chase, On Sun, Nov 30, 2014 at 11:05:56PM -0600, Chase Southwood wrote: 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

Re: [PATCH] staging: comedi: change some printk calls to pr_err

2014-12-01 Thread Ian Abbott
On 01/12/14 05:05, Chase Southwood wrote: 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

[PATCH] staging: comedi: change some printk calls to pr_err

2014-11-30 Thread Chase Southwood
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.southw...@gmail.com --- I tacked the change