From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04617C47082 for ; Mon, 7 Jun 2021 11:36:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DAB9161185 for ; Mon, 7 Jun 2021 11:36:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230314AbhFGLin (ORCPT ); Mon, 7 Jun 2021 07:38:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:50530 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230219AbhFGLim (ORCPT ); Mon, 7 Jun 2021 07:38:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D028B61105; Mon, 7 Jun 2021 11:36:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623065811; bh=c2Qi/RwHy+r+UZ6YvWxKLfFKoK0T162ZDDxeg9kewIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TROfEnugC4Mv3l6B7v0lZWq4GZliyMxg7ylZ9k/XaO9f8gv2ZyA+8065CnDm2HAv3 9QCja98C2GL7hb7K9lZJuMReFxFLiXc+irdEWeLo8jLSAFp5bQRIJFoQtnetpMh0bt Dx14XVMNBcDq+iTnolM0cBKROLaSaNJydQIYfxPg/FarPAl1fXpX0XcLEldt0RIZmU C8n+xyV23OKp/TfizO/dIzt/L1RO4pRGnoYzLD24AlLVdAbJ0Nl51HaVGavTaHGLMv 1gZIyfQHcgIEjbflDL2e1ShtzfMD/mWowrTiSs8yfpMCpLKnPqL74N1jTwQpRNNF6S qUrgYRpO1aKCQ== Date: Mon, 7 Jun 2021 17:06:47 +0530 From: Vinod Koul To: Zou Wei Cc: mripard@kernel.org, wens@csie.org, jernej.skrabec@gmail.com, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] dmaengine: sun4i: Use list_move_tail instead of list_del/list_add_tail Message-ID: References: <1623036035-30614-1-git-send-email-zou_wei@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1623036035-30614-1-git-send-email-zou_wei@huawei.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 07-06-21, 11:20, Zou Wei wrote: > Using list_move_tail() instead of list_del() + list_add_tail(). Applied, thanks -- ~Vinod