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=-4.1 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 6AC7FC433E2 for ; Thu, 3 Sep 2020 07:09:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4772E20737 for ; Thu, 3 Sep 2020 07:09:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599116958; bh=7O6LZSJ9P380GPex1U3QdItSeAXgCMO7Rcd1lexDl78=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iDR+oQH73lKgx/gHdJzKWypmC2V9RVupvavU65wZp/hfVEHW3cZUXnfAnBIWirDon GD72aAPbPQHH+ZYGAyT4jOdxOmVLBLEJHJnNMWElc+Y2a036SqglJ7OnVQfE2JS0BY B0cuCPl9QStUnCsBoFj3Q/pFa/g7032CchIZBQSc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726022AbgICHJR (ORCPT ); Thu, 3 Sep 2020 03:09:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:46520 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725943AbgICHJR (ORCPT ); Thu, 3 Sep 2020 03:09:17 -0400 Received: from localhost (unknown [122.171.179.172]) (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 C9A6720716; Thu, 3 Sep 2020 07:09:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599116956; bh=7O6LZSJ9P380GPex1U3QdItSeAXgCMO7Rcd1lexDl78=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qNcf1Y2gDZiqYKgu636dhCSh4wtKac8RC3bRtxW98ulKg686+FR9Bz60nCNJT18uS IZ/nQByj4fTgJyuzdsQc+I74b8omGBZb2rziC14zFMeiRRUVfsPMAn4iz6LQH4enPd NikdMzGZH0XHnS2av8GZXHOZmt7V5ZkcLsLO1uG0= Date: Thu, 3 Sep 2020 12:39:12 +0530 From: Vinod Koul To: Krzysztof Kozlowski Cc: Dan Williams , Maxime Coquelin , Alexandre Torgue , Michal Simek , Radhey Shyam Pandey , Nicholas Graumann , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/3] dmaengine: pl330: Simplify with dev_err_probe() Message-ID: <20200903070912.GH2639@vkoul-mobl> References: <20200828152637.16903-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200828152637.16903-1-krzk@kernel.org> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 28-08-20, 17:26, Krzysztof Kozlowski wrote: > Common pattern of handling deferred probe can be simplified with > dev_err_probe(). Less code and the error value gets printed. Applied all, thanks -- ~Vinod