]> git.baikalelectronics.ru Git - kernel.git/commit
[media] cx23885: use list_move_tail instead of list_del/list_add_tail
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 8 Oct 2012 11:33:29 +0000 (08:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Oct 2012 18:14:25 +0000 (16:14 -0200)
commited65ae5043b19767a822730034052a7b28c6c49c
tree9230ec2e939f4d0e5c26c295b8d1515d49f93b84
parent68b7fc78c2506a8f847e39965007e001ee8da322
[media] cx23885: 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/pci/cx23885/cx23885-core.c