dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Oct 2021 15:56:07 +0000 (17:56 +0200)
committerVinod Koul <vkoul@kernel.org>
Thu, 28 Oct 2021 17:13:51 +0000 (22:43 +0530)
commit2f23355e96b4a5896de2032176197fa0c5c444dd
tree0b8012346dc22c3d3c2aa21ee93397f0f1c59a31
parent9502ffcda0491c2079e2f6e3278b3c7377fd81fb
dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()

Simplify assigning zero and performing a logical OR to a single
assignment.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/2abd0da35608c14689a919d47dd45898a8ab4297.1635263478.git.geert@linux-m68k.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c