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 06C26ECAAD8 for ; Tue, 13 Sep 2022 16:43:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232184AbiIMQnm (ORCPT ); Tue, 13 Sep 2022 12:43:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231995AbiIMQnP (ORCPT ); Tue, 13 Sep 2022 12:43:15 -0400 Received: from vern.gendns.com (vern.gendns.com [98.142.107.122]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10AF16E888; Tue, 13 Sep 2022 08:37:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=b7AqyEQt7Ikd5F0ub9PENqYPeiQc+yIkHG9oT/22NFQ=; b=fCSbMwYCmmycWYqAFMiM4Y4ZGx u60FmEXaL10Pud6UGOEJhwo+3DtAzypsLdXsnGIMxTuOQo/D5Xgq33Nb8da1kNVxZB2Bet9fWeHHn pwqgIICrucOFLMUa5Vs5usd0civfO/uPk2mJHbf7+NLXXKoOou8l0VboKJAUBWZOEGMsFm3ldSnXT sjIcM6jM/zo0+l2U47kx8kW7ksHCjPbbxFV3sK5VrCMzkEwYHL3oLmB6F1SQqtm5fJ41o1jw2wRXH Hpntb2ywVlOkVpMLiTAo9y0ggcE4gRqWBua3NT1yRAF50ELhjwpq43EPm4VsseVL8fS7dj+PMMAso +8yF+7Mg==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:36866 helo=[192.168.0.134]) by vern.gendns.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oY7a5-0001B3-92; Tue, 13 Sep 2022 11:12:15 -0400 Message-ID: Date: Tue, 13 Sep 2022 10:12:13 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH -next] clk: davinci: cfgchip: Use dev_err_probe() helper Content-Language: en-US To: Yang Yingliang , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Cc: nsekhar@ti.com, mturquette@baylibre.com, sboyd@kernel.org References: <20220913032228.985852-1-yangyingliang@huawei.com> From: David Lechner In-Reply-To: <20220913032228.985852-1-yangyingliang@huawei.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 9/12/22 10:22 PM, Yang Yingliang wrote: > dev_err() can be replace with dev_err_probe() which will check if error > code is -EPROBE_DEFER. > > Signed-off-by: Yang Yingliang > --- Reviewed-by: David Lechner