]> git.karo-electronics.de Git - mv-sheeva.git/commit
dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Wed, 31 Aug 2011 08:34:35 +0000 (09:34 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 5 Sep 2011 13:27:38 +0000 (18:57 +0530)
commit7703eac96abd119dcfbb04f287a5127462d18269
tree75de31e4ddfe8f1899b7547d40e84be6d5b4face
parent503473ac2a3952e6af254b0769fe788a67d797e5
dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x

Before converting the dma channel to our private data structure, first
check that the channel is indeed one which our driver registered.  We
do this by ensuring that the underlying device is bound to our driver.

This avoids potential oopses if we try to reference 'plchan->name'
against a foreign drivers dma channel.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/amba-pl08x.c