]> git.baikalelectronics.ru Git - kernel.git/commit
vmlfb: use list_move_tail instead of list_del/list_add_tail
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 5 Sep 2012 06:40:43 +0000 (14:40 +0800)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sat, 22 Sep 2012 21:33:53 +0000 (21:33 +0000)
commit13d1b154a56f7227a7bfec84eaa0419448254c8d
treed23c62b07218fe73d204ffc97681531030932df2
parent3c2eb92b719134f2c8b964feff57d15cae140b57
vmlfb: use list_move_tail instead of list_del/list_add_tail

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

spatch with a semantic match is used to found this problem.
(http://coccinelle.lip6.fr/)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/vermilion/vermilion.c