From: Wei Yongjun Date: Mon, 8 Oct 2012 11:33:49 +0000 (-0300) Subject: [media] cx88: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~21^2^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6b12501a7ebc59c309b32457192bba93334e0b;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed