Searched hist:e43147acba6f64ba32664dd0e590657cc49b6940 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | mv_xor.c | diff e43147acba6f64ba32664dd0e590657cc49b6940 Fri Mar 07 13:46:46 CST 2014 Ezequiel Garcia <ezequiel.garcia@free-electrons.com> 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>
|