staging: comedi: adl_pci6208: use the driver_name for the resource name
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 27 Jun 2012 22:08:39 +0000 (15:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:40:07 +0000 (15:40 -0700)
commit404f99910eb06b92e034112533bab997569dc0d4
tree52b6bada11b11178b5df562bdb31bf225704a6fc
parent2d993c242fea1dc41395a40fd7001127afa3b090
staging: comedi: adl_pci6208: use the driver_name for the resource name

Use the dev->driver->driver_name for the resource name passed to
pci_request_regions(), by way of comedi_pci_enable(), instead of
the open coded string "adl_pci6208".

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_pci6208.c