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