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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED8C4ECAAD3 for ; Sun, 4 Sep 2022 17:24:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235232AbiIDRYf (ORCPT ); Sun, 4 Sep 2022 13:24:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234039AbiIDRYc (ORCPT ); Sun, 4 Sep 2022 13:24:32 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D79C1D134; Sun, 4 Sep 2022 10:24:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A57E9B80E28; Sun, 4 Sep 2022 17:24:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CABAAC433D6; Sun, 4 Sep 2022 17:24:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662312266; bh=KM+tXy5ruBifHaiU7QANp5OKx2GDwpl5tXPjBlBNfbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r8p4PsGm4uykiEURez0U+dWyYh2ygeMSQ7O/sC4O/v6wtkiYYynmmkCqnOZv4D8ne K35s6+tZJODK+lQOUfLkl/b7ADvl38+jBRCiLqLNI9F7y/g8roYN4e0LoW8q4+cpR3 I/JDjhzjV06bM1n92/iO2c04Nf7qgzSID4ysJh5SXqit1L+OZ/cmwlaDbj94TghbHg AC6Ut0qct/47774GEu3Hj73/HmkpEwjMqzWbSIAP6IoBoXhnOM5aimRcm9CKgMEsDw YBaRqM28bD2dNn4nD2Z+HCWUXqmjwotWKNZcHb8tHYl6AixtcFTmjD97kyyMmwQlQX 8UhMY4RbCJJyg== Date: Sun, 4 Sep 2022 22:54:20 +0530 From: Vinod Koul To: Swati Agarwal Cc: lars@metafoo.de, adrianml@alumnos.upm.es, libaokun1@huawei.com, marex@denx.de, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, harini.katakam@xilinx.com, radhey.shyam.pandey@xilinx.com, michal.simek@xilinx.com, swati.agarwal@amd.com, harini.katakam@amd.com, radhey.shyam.pandey@amd.com, michal.simek@amd.com Subject: Re: [PATCH v2 0/3] dmaengine : xilinx_dma: Fix error handling paths Message-ID: References: <20220817061125.4720-1-swati.agarwal@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220817061125.4720-1-swati.agarwal@xilinx.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17-08-22, 11:41, Swati Agarwal wrote: > Fix Unchecked return value coverity warning. > Fix probe error cleanup. Applied, thanks -- ~Vinod