commit | a183ec708b7318bec6bb8a6593f9f7e9bb3fdf4e | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Jun 14 14:06:04 2019 +0300 |
committer | Vinod Koul <vkoul@kernel.org> | Tue Jun 25 09:57:41 2019 +0530 |
tree | a01c0c8c7859edc7eaab101dcc5f2e64628a81de | |
parent | 002905eca5bedab08bafd9e325bbbb41670c7712 [diff] |
dmaengine: dw: Distinguish ->remove() between DW and iDMA 32-bit In the same way as done for ->probe(), call ->remove() based on the type of the hardware. While it works now due to equivalency of the two removal functions, it might be changed in the future. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Vinod Koul <vkoul@kernel.org>