staging: comedi: adl_pci9111: remove PCI9111_DRIVER_NAME define
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 29 May 2014 17:35:08 +0000 (10:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 21:45:14 +0000 (14:45 -0700)
commit64b99c4c40845dcc96a154e9014505d14ca9a283
tree87efece83d1fc0c58ba99d4cb326226c806b0c2a
parent55e51bad3559ed0166be3dd3c8b236204cc730b4
staging: comedi: adl_pci9111: remove PCI9111_DRIVER_NAME define

This define is only used in a comedi_error() message. The addition of
the driver name to the message is not necessary. Remove the define.

For aesthetics, convert the comedi_error() into a dev_dbg().

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/adl_pci9111.c