commit | 363c32701c7fdc8265a84b21a6a4f45d1202b9ca | [log] [tgz] |
---|---|---|
author | Lubomir Rintel <lkundrak@v3.sk> | Sun Apr 19 18:49:06 2020 +0200 |
committer | Vinod Koul <vkoul@kernel.org> | Thu Apr 23 12:42:51 2020 +0530 |
tree | 9ac3f931413b11cce707c05580de6dffcf1db1ce | |
parent | 2e45676a4d33af47259fa186ea039122ce263ba9 [diff] |
dmaengine: mmp_tdma: Do not ignore slave config validation errors With an invalid dma_slave_config set previously, mmp_tdma_prep_dma_cyclic() would detect an error whilst configuring the channel, but proceed happily on: [ 120.756530] mmp-tdma d42a0800.adma: mmp_tdma: unknown burst size. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Link: https://lore.kernel.org/r/20200419164912.670973-2-lkundrak@v3.sk Signed-off-by: Vinod Koul <vkoul@kernel.org>