diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-09-22 14:58:47 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-09-22 20:18:41 +0530 |
commit | da75ba2482658a0d9ea5245fadfea6b464fab7a3 (patch) | |
tree | 8ce03f408fb42a2b3f55b5ac432b53469c85ffdb /drivers/dma/at_hdmac.c | |
parent | b28de385b71abf31ce68ec0387638bee26ae9024 (diff) | |
download | linux-da75ba2482658a0d9ea5245fadfea6b464fab7a3.tar.bz2 |
dmaengine: dmatest: Return boolean result directly in filter()
There is no need to have a conditional for boolean expression when
function returns bool. Drop unnecessary code and return boolean
result directly.
While at it, drop unneeded casting from void *.
Cc: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200922115847.30100-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/at_hdmac.c')
0 files changed, 0 insertions, 0 deletions