commit | e43147acba6f64ba32664dd0e590657cc49b6940 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Fri Mar 07 16:46:46 2014 -0300 |
committer | Dan Williams <dan.j.williams@intel.com> | Thu Apr 10 12:26:17 2014 -0700 |
tree | cb4bb53438968d1c55c0b0eb357659890ebf919b | |
parent | 890766d278548afdc059cd977687c4f1297d72a0 [diff] |
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 <ezequiel.garcia@free-electrons.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>