From: Ezequiel Garcia Date: Fri, 7 Mar 2014 19:46:45 +0000 (-0300) Subject: dma: mv_xor: Remove unneeded mv_xor_clean_completed_slots() call X-Git-Tag: fixes-for-v3.18-merge-window~35^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890766d278548afdc059cd977687c4f1297d72a0;p=pandora-kernel.git 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 Signed-off-by: Ezequiel Garcia Signed-off-by: Dan Williams --- Reading git-diff-tree failed