Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6724
b: refs/heads/master
c: 0e08b44
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Jeff Garzik committed Jun 28, 2005
1 parent 27ab4b8 commit 2aff890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 05743d165be9f0293b4ff67f4e1cf3724eb13e1f
refs/heads/master: 0e08b44eedacb7824c88678d9a9ea7db25b5401c
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -6979,10 +6979,9 @@ static int ipw_pci_probe(struct pci_dev *pdev,

pci_set_master(pdev);

#define PCI_DMA_32BIT 0x00000000ffffffffULL
err = pci_set_dma_mask(pdev, PCI_DMA_32BIT);
err = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
if (!err)
err = pci_set_consistent_dma_mask(pdev, PCI_DMA_32BIT);
err = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK);
if (err) {
printk(KERN_WARNING DRV_NAME ": No suitable DMA available.\n");
goto out_pci_disable_device;
Expand Down

0 comments on commit 2aff890

Please sign in to comment.