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)
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>

No differences found