From: Ezequiel Garcia Date: Fri, 7 Mar 2014 19:46:46 +0000 (-0300) Subject: dma: mv_xor: Remove all callers of mv_xor_slot_cleanup() X-Git-Tag: fixes-for-v3.18-merge-window~35^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e43147acba6f64ba32664dd0e590657cc49b6940;p=pandora-kernel.git dma: mv_xor: Remove all callers of mv_xor_slot_cleanup() In order to simplify the code, remove all the calls to the locked mv_xor_slot_cleanup() and instead use the unlocked version only, It's less error prone to have just one function, and require the caller to ensure proper locking. Signed-off-by: Ezequiel Garcia Signed-off-by: Dan Williams --- Reading git-diff-tree failed