diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-03-07 16:46:45 -0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2014-04-10 12:26:17 -0700 |
commit | 890766d278548afdc059cd977687c4f1297d72a0 (patch) | |
tree | dc150cac806db3e0d8d7630af494550d30130384 /lib/ucs2_string.c | |
parent | 368da992b93eaf8861f1ef2d27bbe22c01140733 (diff) |
dma: mv_xor: Remove unneeded mv_xor_clean_completed_slots() call
In mv_xor_status(), we are currently calling mv_xor_clean_completed_slots()
when the transaction is complete (the cookie status is DMA_COMPLETE).
However, a completed status means that mv_xor_slot_cleanup() was called,
which cleans the completed slots.
In other words, there's nothing to cleanup for a completed transaction in
mv_xor_status(). Remove the unneeded call to mv_xor_clean_completed_slots().
Reported-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'lib/ucs2_string.c')
0 files changed, 0 insertions, 0 deletions