OSDN Git Service

dmaengine: at_xdmac: Replace two if statements with only one with two conditions
authorTudor Ambarus <tudor.ambarus@microchip.com>
Tue, 2 Aug 2022 14:06:30 +0000 (17:06 +0300)
committerVinod Koul <vkoul@kernel.org>
Mon, 5 Sep 2022 06:31:55 +0000 (12:01 +0530)
commit64787536ccfc072dca9b2c7c06c84dcc3f139b10
treed8bcbd7186a29e96d6b474f0474142949317a1cf
parentc0c269becf1f5b649b66a7f3eb60ff7e9aa8976d
dmaengine: at_xdmac: Replace two if statements with only one with two conditions

Add a cosmetic change and replace two if statements with a single if
statement with two conditions. In case the optional txstate parameter is
NULL, we return the dma_cookie_status, which is fine, no functional change
required.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20220802140630.243550-1-tudor.ambarus@microchip.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/at_xdmac.c