We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12377a commit d0bb447Copy full SHA for d0bb447
sound/pci/asihpi/hpioctl.c
@@ -361,7 +361,7 @@ int asihpi_adapter_probe(struct pci_dev *pci_dev,
361
pci_dev->device, pci_dev->subsystem_vendor,
362
pci_dev->subsystem_device, pci_dev->devfn);
363
364
- if (pci_enable_device(pci_dev) < 0) {
+ if (pcim_enable_device(pci_dev) < 0) {
365
dev_err(&pci_dev->dev,
366
"pci_enable_device failed, disabling device\n");
367
return -EIO;
0 commit comments