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 57800C433F5 for ; Fri, 30 Sep 2022 20:47:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231993AbiI3Urn (ORCPT ); Fri, 30 Sep 2022 16:47:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231891AbiI3Ura (ORCPT ); Fri, 30 Sep 2022 16:47:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A9941F8C32; Fri, 30 Sep 2022 13:47:27 -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 dfw.source.kernel.org (Postfix) with ESMTPS id F38BB624E1; Fri, 30 Sep 2022 20:47:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 53F7FC433D7; Fri, 30 Sep 2022 20:47:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664570846; bh=1kBogdkDwdfzOTT9JxvRdfBm3gXj78ET9quOYxLRvKE=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=KRzdyt/o1YuEH170y8VW5ye7V6ZK13Z/hZZuZhmBHzyBIuvgJufIwR/FhRnoeX2dq OZGMneXa43Bv9XHwg3Eg4El/0kz0obG2XlhZbHUJQom2MBdMNlff0/Wk8J2rH/Bgtd 9jajOaJtCPpUdUIFVCMtldir6p/PzWTTL+ynYSN/xfkoN0y/KtD4nEuwjry/D0uP23 MLs2HZAMgxPn3PCsj+D6n9BUyF7L9l4hqqzGDDAUH/02wyGtf/+omQ239AdXjSyOL6 rZBWghdBFPz2nvIudmoQ5E7ZLRlo4PG+9yxVJUtgV+nd9wIalbRiXCR/oEIFhWL5QL GmluJ1LAmmKQw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220913032228.985852-1-yangyingliang@huawei.com> References: <20220913032228.985852-1-yangyingliang@huawei.com> Subject: Re: [PATCH -next] clk: davinci: cfgchip: Use dev_err_probe() helper From: Stephen Boyd Cc: david@lechnology.com, nsekhar@ti.com, mturquette@baylibre.com To: Yang Yingliang , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 30 Sep 2022 13:47:24 -0700 User-Agent: alot/0.10 Message-Id: <20220930204726.53F7FC433D7@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Yang Yingliang (2022-09-12 20:22:28) > dev_err() can be replace with dev_err_probe() which will check if error > code is -EPROBE_DEFER. >=20 > Signed-off-by: Yang Yingliang > --- Applied to clk-next