From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH] dma: tegra: use list_move_tail instead of list_del/list_add_tail Date: Fri, 7 Sep 2012 12:02:31 +0530 Message-ID: <504994FF.2070706@nvidia.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Wei Yongjun Cc: "vinod.koul@intel.com" , "djbw@fb.com" , "grant.likely@secretlab.ca" , "rob.herring@calxeda.com" , "yongjun_wei@trendmicro.com.cn" , "linux-kernel@vger.kernel.org" , "devicetree-discuss@lists.ozlabs.org" List-Id: devicetree@vger.kernel.org On Wednesday 05 September 2012 12:38 PM, Wei Yongjun wrote: > From: Wei Yongjun > > Using list_move_tail() instead of list_del() + list_add_tail(). > > spatch with a semantic match is used to found this problem. > (http://coccinelle.lip6.fr/) > > Signed-off-by: Wei Yongjun > --- Acked-by: Laxman Dewangan Looks good to me.