[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <499D559F.9020806@s5r6.in-berlin.de>
Date: Thu, 19 Feb 2009 13:50:39 +0100
From: Stefan Richter <stefanr@...6.in-berlin.de>
To: Yang Hongyang <yanghy@...fujitsu.com>
CC: Ingo Molnar <mingo@...e.hu>,
Andrew Morton <akpm@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
Borislav Petkov <petkovbb@...glemail.com>
Subject: Re: [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@...6.in-berlin.de>
--
Stefan Richter
-=====-==--= --=- =--==
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists