Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5752
b: refs/heads/master
c: 5bb8345
h: refs/heads/master
v: v3
  • Loading branch information
Salyzyn, Mark authored and James Bottomley committed Aug 9, 2005
1 parent 1da8086 commit 5025ecf
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: 5c44cd2afad3f7b015542187e147a820600172f1
refs/heads/master: 5bb8345db8f2aef367e0fddf99a42b7a6029b31f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/dpt_i2o.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev
raptorFlag = TRUE;
}

if (pci_request_regions(pDev)) {
if (pci_request_regions(pDev, "dpt_i2o")) {
PERROR("dpti: adpt_config_hba: pci request region failed\n");
return -EINVAL;
}
Expand Down

0 comments on commit 5025ecf

Please sign in to comment.