[RFC PATCH 00/11] ARM: s3c64xx: Let amba-pl08x driver handle DMA
Mark Brown
broonie at kernel.org
Wed Jun 19 15:24:49 EDT 2013
On Wed, Jun 19, 2013 at 09:01:33PM +0200, Arnd Bergmann wrote:
> On Wednesday 19 June 2013, Tomasz Figa wrote:
> > > if (plchan->mux_use++ == 0 && pd->get_signal) {
> > > - ret = pd->get_signal(plchan->cd);
> > > + ret = (pd->get_signal)(plchan->cd);
> > Hmm, that's strange. The former is a completely valid piece of code...
> get_signal is a macro defined in include/linux/signal.h. If that header
> gets included, neither of the two is valid.
Ah, that'll be it. I'll post a patch to rename...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130619/23ffa763/attachment.sig>
More information about the linux-arm-kernel
mailing list