[PATCH 11/14] staging: comedi: daqboard2000: use the driver name for the resource name

H Hartley Sweeten hartleys at visionengravers.com
Wed Sep 19 01:49:28 UTC 2012


Use the dev->driver->driver_name instead of the literal string
for the reqource name passed to comedi_pci_enable().

Signed-off-by: H Hartley Sweeten <hsweeten at visionengravers.com>
Cc: Ian Abbott <abbotti at mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
 drivers/staging/comedi/drivers/daqboard2000.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/daqboard2000.c b/drivers/staging/comedi/drivers/daqboard2000.c
index 00360e4..ff81829 100644
--- a/drivers/staging/comedi/drivers/daqboard2000.c
+++ b/drivers/staging/comedi/drivers/daqboard2000.c
@@ -715,7 +715,7 @@ static int daqboard2000_attach_pci(struct comedi_device *dev,
 		return -ENOMEM;
 	devpriv = dev->private;
 
-	result = comedi_pci_enable(pcidev, "daqboard2000");
+	result = comedi_pci_enable(pcidev, dev->driver->driver_name);
 	if (result < 0)
 		return result;
 	dev->iobase = 1;	/* the "detach" needs this */
-- 
1.7.11




More information about the devel mailing list