]> git.baikalelectronics.ru Git - kernel.git/commit
dma: mmp_pdma: use list_move instead of list_del/list_add
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 23 Sep 2013 06:07:20 +0000 (14:07 +0800)
committerVinod Koul <vinod.koul@intel.com>
Mon, 7 Oct 2013 02:11:39 +0000 (07:41 +0530)
commitaa77b78b8423f0304fb39fb479319ac652579830
tree92380aa024ba9e93429d99ec4316ab14f28c74f2
parent00d919c905ff73b820691ed89c26fa39d3532919
dma: mmp_pdma: use list_move instead of list_del/list_add

Using list_move() instead of list_del() + list_add().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mmp_pdma.c