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 41EA0C54FCB for ; Mon, 27 Apr 2020 16:08:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F2EB206B8 for ; Mon, 27 Apr 2020 16:08:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588003725; bh=Fht19I4+eezxy5GovEcjy5M55vqSuUXkK9sZ7M4yS2M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=u7vElstXCJ4Tz8rnh7rIBPWvRWh0Uhw5YZryYQJ2h4c3NCMYbeEQP0ptKver5plMH Ozjgti6bQtYUjV5yVNeESG636aKPfic0Ay3BY0NFZaMAhtV5o7lALcYIevk1JI0tHD BlGHkJQE6z83oRqOFecofJmMlY9mHFY2jqx9lK5g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727104AbgD0QIl (ORCPT ); Mon, 27 Apr 2020 12:08:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:39608 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726539AbgD0QIl (ORCPT ); Mon, 27 Apr 2020 12:08:41 -0400 Received: from localhost (unknown [171.76.79.70]) (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 EBAAE205C9; Mon, 27 Apr 2020 16:08:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588003720; bh=Fht19I4+eezxy5GovEcjy5M55vqSuUXkK9sZ7M4yS2M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wsy7jmWO9YhGIFy8m+h/Pj5RwoL2HpGQYSA2W2RNN6F4+zdNlshGddo6y/wM+ZGsm jRPfuiim4i5JJbZcWsyBAv+Fdh6HgVvjAkXUxWNtklBjxLKjV/RyEOfHxePjR3Z+Vt Bq28GQ86+r0qPVFxAS41PTQ0cdJ4K7m45IosxJm4= Date: Mon, 27 Apr 2020 21:38:36 +0530 From: Vinod Koul To: Christophe JAILLET Cc: okaya@kernel.org, agross@kernel.org, bjorn.andersson@linaro.org, dan.j.williams@intel.com, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] dmaengine: qcom_hidma: Simplify error handling path in hidma_probe Message-ID: <20200427160836.GI56386@vkoul-mobl.Dlink> References: <20200427111043.70218-1-christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200427111043.70218-1-christophe.jaillet@wanadoo.fr> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 27-04-20, 13:10, Christophe JAILLET wrote: > There is no need to call 'hidma_debug_uninit()' in the error handling > path. 'hidma_debug_init()' has not been called yet. Applied, thanks -- ~Vinod