From: H Hartley Sweeten Date: Thu, 17 Jul 2014 19:27:32 +0000 (-0700) Subject: staging: comedi: comedi_fops: use pr_fmt() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~543 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ad078b504c85e83fb9a223136f29349888fe7a;p=pandora-kernel.git staging: comedi: comedi_fops: use pr_fmt() There are a number of pr_{level} messages in this file that are used to print kernel messages when the device pointer is not available for a dev_{level} message. Use pr_fmt() to ensure all of these messages have the module prefix. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed