]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBI: use list_move_tail instead of list_del/list_add_tail
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 9 Oct 2012 06:14:21 +0000 (14:14 +0800)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 26 Oct 2012 13:04:21 +0000 (16:04 +0300)
commit6a059abdbae7b6b35ddc69f6336f7afc1ce79bac
treeb965393418d015266dd5fca75e1415c172920a6b
parent6f0c0580b70c89094b3422ba81118c7b959c7556
UBI: use list_move_tail instead of list_del/list_add_tail

Using list_move_tail() instead of list_del() + list_add_tail().

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/fastmap.c