From: Chase Southwood Date: Mon, 1 Dec 2014 05:05:56 +0000 (-0600) Subject: staging: comedi: change some printk calls to pr_err X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c410db7c4305da28107f8b2b650ffe7d010aed1;p=pandora-kernel.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed