lkml.org 
[lkml]   [2009]   [Feb]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCHv2 06/11]Replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang wrote:
> --- a/drivers/ieee1394/pcilynx.c
> +++ b/drivers/ieee1394/pcilynx.c
> @@ -1171,7 +1171,7 @@ static int __devinit add_card(struct pci_dev *dev,
>
> error = -ENXIO;
>
> - if (pci_set_dma_mask(dev, DMA_32BIT_MASK))
> + if (pci_set_dma_mask(dev, DMA_BIT_MASK(32)))
> FAIL("DMA address limits not supported for PCILynx hardware");
> if (pci_enable_device(dev))
> FAIL("failed to enable PCILynx hardware");

this hunk
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
--
Stefan Richter
-=====-==--= --=- =--==
http://arcgraph.de/sr/


\
 
 \ /
  Last update: 2009-02-19 13:53    [W:0.148 / U:1.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site