dmaengine: dmatest: Restore default for channel
authorVladimir Murzin <vladimir.murzin@arm.com>
Wed, 29 Apr 2020 07:15:22 +0000 (08:15 +0100)
committerVinod Koul <vkoul@kernel.org>
Wed, 13 May 2020 11:27:25 +0000 (16:57 +0530)
commit6b41030fdc79086db5d673c5ed7169f3ee8c13b9
tree27c69b3b6ea2bcb290a1bc99a0b1146ea0074b05
parent4f302642b70c1348773fe7e3ded9fc315fa92990
dmaengine: dmatest: Restore default for channel

In case of dmatest is built-in and no channel was configured test
doesn't run with:

dmatest: Could not start test, no channels configured

Even though description to "channel" parameter claims that default is
any.

Add default channel back as it used to be rather than reject test with
no channel configuration.

Fixes: d53513d5dc285d9a95a534fc41c5c08af6b60eac ("dmaengine: dmatest: Add support for multi channel testing)
Reported-by: Dijil Mohan <Dijil.Mohan@arm.com>
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Link: https://lore.kernel.org/r/20200429071522.58148-1-vladimir.murzin@arm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dmatest.c