staging: comedi: comedi_bond: remove private printk macros
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 20 Aug 2012 19:53:20 +0000 (12:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 18:27:26 +0000 (11:27 -0700)
commitfdb2a66ff03bff35e960a3a3303562751373418a
tree2971da2675d6cedc543946e85d6dde19cf03b2db
parenta62a176402dbf01286c815493af3dead836e5bfa
staging: comedi: comedi_bond: remove private printk macros

Remove the macros LOG_MSG, DEBUG, WARNING, and ERROR. Convert
the printk's into dev_printk format.

The DEBUG macro is not being used in the file so the module
parameter 'debug' can also be removed.

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/drivers/comedi_bond.c