[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081209085739.GA30586@infradead.org>
Date: Tue, 9 Dec 2008 03:57:39 -0500
From: Christoph Hellwig <hch@...radead.org>
To: Daniel Silverstone <dsilvers@...tec.co.uk>
Cc: netdev@...r.kernel.org
Subject: Re: [Patch] Micrel KS8695 intergrated ethernet driver
On Mon, Dec 08, 2008 at 11:05:18AM +0000, Daniel Silverstone wrote:
> > > + mapping = dma_map_single(ksp->dev, skb->data,
> > > + MAX_RXBUF_SIZE,
> > > + DMA_FROM_DEVICE);
> > I take it that dma_map_single() can never fail on ARM?
>
> No it can't. It essentially boils down to some pointer arithmetic on
> this platform.
You should check for errors anyway. The driver might be ported to an
architecture where it can fail (e.g. the SOC block gets reused), ARM
variants may come up where it can fail, or people might use the driver
as an example for their own new driver.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists