commit | 8d6b12501a7ebc59c309b32457192bba93334e0b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Oct 08 08:33:49 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Oct 25 16:14:27 2012 -0200 |
tree | 9db6f17b11b51beefd9abe3f63f688baa1888b48 | |
parent | 30cfbee36d2fef3bf5a4634a34494bac2df4f271 [diff] |
[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>