[media] v4l2: use list_move_tail instead of list_del/list_add_tail
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 8 Oct 2012 11:34:09 +0000 (08:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Oct 2012 18:14:28 +0000 (16:14 -0200)
commit0666c6b8d60eea25eb2dfa6b4773262ea91cf4a3
tree97673026a8e5206bbd1880f1b3cfdd4954f11ea5
parent8d6b12501a7ebc59c309b32457192bba93334e0b
[media] v4l2: 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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/fsl-viu.c