From: Lee Jones Date: Wed, 15 May 2013 09:51:30 +0000 (+0100) Subject: dmaengine: ste_dma40: Only use addresses passed as configuration information X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~68^2~17^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9c89b3ec6916dd0b7db1563d51d85af3e7f031;p=pandora-kernel.git dmaengine: ste_dma40: Only use addresses passed as configuration information Addresses are passed in from the client's driver via the invocation of dmaengine_slave_config(), so there's no need to fetch them from platform data too, hardwired or otherwise. This is a great step forward, as it elevates a large burden from platform data in the way of a look-up table. Signed-off-by: Lee Jones Acked-by: Vinod Koul Signed-off-by: Linus Walleij --- Reading git-diff-tree failed