[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130423034407.GY24632@intel.com>
Date: Tue, 23 Apr 2013 09:14:07 +0530
From: Vinod Koul <vinod.koul@...el.com>
To: Nicolas Ferre <nicolas.ferre@...el.com>
Cc: ludovic.desroches@...el.com, linux-arm-kernel@...ts.infradead.org,
linux-mmc@...r.kernel.org, linux-i2c@...r.kernel.org,
plagnioj@...osoft.com,
Linux Kernel list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 1/6] at_hdmac: move to generic DMA binding
On Mon, Apr 22, 2013 at 12:22:32PM +0200, Nicolas Ferre wrote:
> On 04/19/2013 11:11 AM, ludovic.desroches@...el.com :
> > From: Ludovic Desroches <ludovic.desroches@...el.com>
> > +#ifdef CONFIG_OF
> > +static bool at_dma_filter(struct dma_chan *chan, void *slave)
this is not defined for else case here. Also this could be CONFIG_DMA_OF...?
> > +{
> > + struct at_dma_slave *atslave = slave;
> > +
> > + if (atslave->dma_dev == chan->device->dev) {
> > + chan->private = atslave;
> > + return true;
> > + } else {
> > + return false;
> > + }
> > +}
--
~Vinod
--
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