OSDN Git Service

dmaengine: mv_xor_v2: remove unnecessary write to DESQ_STOP register
authorHanna Hawa <hannah@marvell.com>
Fri, 5 May 2017 09:57:52 +0000 (11:57 +0200)
committerVinod Koul <vinod.koul@intel.com>
Sun, 14 May 2017 12:54:45 +0000 (18:24 +0530)
commit35e34480c5177f96d822b8ea8e9e42b5fcca6ff6
tree3e8680751f339d87ef3cbbea7403017ab910576e
parentd793327fac3a9292edfdcee0ab6c29e4fdd08d65
dmaengine: mv_xor_v2: remove unnecessary write to DESQ_STOP register

Remove unnecessary write to DESQ_STOP register, this register is used to
enable or disable the XOR engine, and not to issue all pending
descriptors in the queue. mv_xor_v2 driver already writes to this
register and enable XOR engine in the mv_xor_v2_descq_init() function,
called during initialization.

Signed-off-by: Hanna Hawa <hannah@marvell.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mv_xor_v2.c