Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82616
b: refs/heads/master
c: d5f78fb
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 2, 2008
1 parent 958479e commit 4ad7b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc3a1378b4dd45d3e78dd4aeb10641b06a87d614
refs/heads/master: d5f78fb0c8ab7f929f94fa4087a2397ac8d29a30
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/lpfc/lpfc_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ lpfc_pci_probe_one(struct pci_dev *pdev, const struct pci_device_id *pid)
uint16_t iotag;
int bars = pci_select_bars(pdev, IORESOURCE_MEM);

if (pci_enable_device_bars(pdev, bars))
if (pci_enable_device_mem(pdev))
goto out;
if (pci_request_selected_regions(pdev, bars, LPFC_DRIVER_NAME))
goto out_disable_device;
Expand Down

0 comments on commit 4ad7b78

Please sign in to comment.