From 8eb4129929e9eb563fbab807a2b274d32042d034 Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Mon, 23 Sep 2013 14:16:22 +0800 Subject: [PATCH] USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). Signed-off-by: Wei Yongjun Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed