OSDN Git Service

staging: comedi: comedi_fops: use pr_fmt()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 17 Jul 2014 19:27:32 +0000 (12:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 01:00:43 +0000 (18:00 -0700)
commitc2ad078b504c85e83fb9a223136f29349888fe7a
tree7cb43bd815a1d7a271709ae418848ebd0d8f2aee
parent2042088cd67d0064d18c52c13c69af2499907bb1
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 <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_fops.c