Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1178
b: refs/heads/master
c: 2554bd2
h: refs/heads/master
v: v3
  • Loading branch information
Jody McIntyre authored and Linus Torvalds committed May 17, 2005
1 parent a6bf17b commit 881ef4f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 616b859fbd0e59707a24612d5b5fec791156c822
refs/heads/master: 2554bd2a68e2c3ca7f2b953fe2860a9e84a5579a
3 changes: 2 additions & 1 deletion trunk/drivers/ieee1394/pcilynx.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <linux/fs.h>
#include <linux/poll.h>
#include <linux/kdev_t.h>
#include <linux/dma-mapping.h>
#include <asm/byteorder.h>
#include <asm/atomic.h>
#include <asm/io.h>
Expand Down Expand Up @@ -1185,7 +1186,7 @@ static int __devinit add_card(struct pci_dev *dev,

error = -ENXIO;

if (pci_set_dma_mask(dev, 0xffffffff))
if (pci_set_dma_mask(dev, DMA_32BIT_MASK))
FAIL("DMA address limits not supported for PCILynx hardware");
if (pci_enable_device(dev))
FAIL("failed to enable PCILynx hardware");
Expand Down

0 comments on commit 881ef4f

Please sign in to comment.