staging: comedi: comedi_parport: cleanup dev->board_name
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 20 Aug 2012 21:30:27 +0000 (14:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 18:28:45 +0000 (11:28 -0700)
commit45d637000d818a9061b3a52e8aa09f58719ae01e
treef444cf8613f52c7a2a30298047c7ac5299e8fc2d
parentd3bcf099dee9b7eff642890612da1f1a13bb3255
staging: comedi: comedi_parport: cleanup dev->board_name

Use the 'dev->driver->driver_name' for the 'dev->board_name'. And use
the 'dev->board_name' for the resource name passed to request_region
and request_irq.

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