mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
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>
This commit is contained in:
parent
2d993c242f
commit
404f99910e
@ -215,7 +215,7 @@ static int pci6208_attach(struct comedi_device *dev,
|
||||
|
||||
dev->board_name = thisboard->name;
|
||||
|
||||
ret = comedi_pci_enable(devpriv->pci_dev, "adl_pci6208");
|
||||
ret = comedi_pci_enable(devpriv->pci_dev, dev->driver->driver_name);
|
||||
if (ret) {
|
||||
dev_err(dev->class_dev,
|
||||
"Failed to enable PCI device and request regions\n");
|
||||
|
Loading…
Reference in New Issue
Block a user