Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294118
b: refs/heads/master
c: e894d1d
h: refs/heads/master
v: v3
  • Loading branch information
santosh nayak authored and Stefan Richter committed Feb 22, 2012
1 parent 53e6500 commit f8058e0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ea102d0ec475e4cd6e74a8b61b45708fbf6b582e
refs/heads/master: e894d1d7fd8cfa89a085df2d368a5e652751b0a1
4 changes: 2 additions & 2 deletions trunk/drivers/firewire/nosy.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <linux/timex.h>
#include <linux/uaccess.h>
#include <linux/wait.h>

#include <linux/dma-mapping.h>
#include <linux/atomic.h>
#include <asm/byteorder.h>

Expand Down Expand Up @@ -536,7 +536,7 @@ add_card(struct pci_dev *dev, const struct pci_device_id *unused)
u32 p, end;
int ret, i;

if (pci_set_dma_mask(dev, 0xffffffff)) {
if (pci_set_dma_mask(dev, DMA_BIT_MASK(32))) {
dev_err(&dev->dev,
"DMA address limits not supported for PCILynx hardware\n");
return -ENXIO;
Expand Down

0 comments on commit f8058e0

Please sign in to comment.