Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75072
b: refs/heads/master
c: c80ddf0
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Dec 18, 2007
1 parent bb3ee8a commit 4611c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7ee2413ca0da80c819f2388c0faeffce1ac8513b
refs/heads/master: c80ddf00cde4c21018dbd0ea2872736c90c7dda2
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/dpt_i2o.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,7 @@ static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev
}

pci_set_master(pDev);
if (pci_set_dma_mask(pDev, DMA_64BIT_MASK) &&
pci_set_dma_mask(pDev, DMA_32BIT_MASK))
if (pci_set_dma_mask(pDev, DMA_32BIT_MASK))
return -EINVAL;

base_addr0_phys = pci_resource_start(pDev,0);
Expand Down

0 comments on commit 4611c30

Please sign in to comment.