Re: [PATCH] net: qed: list usage cleanup
From: David Miller
Date: Wed Sep 26 2018 - 13:14:45 EST
From: zhong jiang <zhongjiang@xxxxxxxxxx>
Date: Wed, 26 Sep 2018 16:53:00 +0800
> Trival cleanup, list_move_tail will implement the same function that
> list_del() + list_add_tail() will do. hence just replace them.
>
> Signed-off-by: zhong jiang <zhongjiang@xxxxxxxxxx>
Applied.