Ezequiel Garcia 890766d278 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>
2014-04-10 12:26:17 -07:00
..
2013-01-07 17:36:37 +01:00
2014-01-20 14:58:03 +05:30
2014-01-23 18:36:55 -08:00
2013-12-12 22:43:41 -08:00
2013-10-31 22:36:13 +05:30
2014-02-18 17:10:49 +05:30
2012-09-01 08:57:12 -07:00
2014-01-20 13:53:20 +05:30
2014-01-29 17:38:57 +05:30
2013-09-02 11:59:58 +05:30
2013-12-12 22:43:41 -08:00