staging: comedi: ni_6527: change driver name string
authorIan Abbott <abbotti@mev.co.uk>
Fri, 14 Sep 2012 16:33:59 +0000 (17:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:09:02 +0000 (05:09 -0700)
commit38b951f18e3535c62bc288aeefa14a790efa8072
treeb95a3b9efb657354d6446330d7a33875451afd96
parentca33f4ce35648c2301f398052d0081ebc8e5d7cd
staging: comedi: ni_6527: change driver name string

Change the driver name string used in data structures, kernel messages,
etc. from "ni6527" to "ni_6527" to match the module name.  Use a macro
`DRIVER_NAME` that expands to this string literal.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_6527.c