dmaengine: PL08x: clean up get_signal/put_signal
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 17 May 2012 14:01:28 +0000 (15:01 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Jul 2012 13:15:38 +0000 (14:15 +0100)
Try to avoid dereferencing the DMA engine's channel struct in these
platform helpers; instead, pass a pointer to the channel data into
get_signal(), and the returned signal number to put_signal().

Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found