From: Wei Yongjun Date: Mon, 8 Oct 2012 11:34:09 +0000 (-0300) Subject: [media] v4l2: 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~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0666c6b8d60eea25eb2dfa6b4773262ea91cf4a3;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed