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=-1.1 required=3.0 tests=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 96A11C433E0 for ; Fri, 15 May 2020 05:50:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6C1F72075F for ; Fri, 15 May 2020 05:50:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589521837; bh=k015+cPgGFFo+2o33KksJzJrDGM5ILj2xDAoxHV4mb8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=meFe3XeXax7NuM/zp2RGoupDmKlPPiNMQTtzJ+VYThv+TxDBsW6pe/f829jcJZeia a0pMANDbwPm8XBsFlvNEIRXo5CVML6Ndx5GUVaMqczqWZIC0yUlAE1w7lgWJj3UKNw vPc2QMWRs91MVoYKKx/03y1YZJBxU/Odp6gxjmP0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726645AbgEOFuh (ORCPT ); Fri, 15 May 2020 01:50:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:51194 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726496AbgEOFuh (ORCPT ); Fri, 15 May 2020 01:50:37 -0400 Received: from localhost (unknown [122.178.196.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AC26B2054F; Fri, 15 May 2020 05:50:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589521836; bh=k015+cPgGFFo+2o33KksJzJrDGM5ILj2xDAoxHV4mb8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i1OJ5v0N6OaLPXwDVBVs8urh0fQB0R8M31Bfhz/zCtZfeRnUGyJaMLRCNWwkhntEl dQB4LEV+Vev0nNLngYVd9G+IiBFpOpSQ0U4Ozw3tgth6mS/oECLqiPNPjZgQufEl16 GNIrXmrLyYkakDpYu9L/YDysQmpf5KNDXd60Kbg4= Date: Fri, 15 May 2020 11:20:25 +0530 From: Vinod Koul To: =?utf-8?B?UmFmYcWC?= Hibner Cc: Appana Durga Kedareswara rao , Radhey Shyam Pandey , Harini Katakam , Dan Williams , Michal Simek , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2] dma: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor. Message-ID: <20200515055025.GA333670@vkoul-mobl> References: <20200506102844.2259-1-rafal.hibner@secom.com.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200506102844.2259-1-rafal.hibner@secom.com.pl> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 06-05-20, 12:28, RafaƂ Hibner wrote: > List elements are not formally removed from list during zynqmp_dma_reset. Applied after fixing subsystem name to dmaengine, thanks -- ~Vinod