commit | a8afcfeb013f95a3339eafd690f41af6657a6113 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Sun Apr 22 11:14:14 2018 +0200 |
committer | Vinod Koul <vkoul@kernel.org> | Sun Apr 22 21:38:06 2018 +0530 |
tree | 96e0e9972f7e294063153334357718487a0068a6 | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 [diff] |
dmaengine: txx9dmac: simplify getting .drvdata We should get drvdata from struct device directly. Going via platform_device is an unneeded step back and forth. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>