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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B9B90D2A53C for ; Wed, 16 Oct 2024 18:30:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Date:To:Cc:From:Subject: References:In-Reply-To:Content-Transfer-Encoding:MIME-Version:Content-Type: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=INU+T9bFBSys8He2fk2CHETpwsOLJTvd4X6kZLoVSFg=; b=XLKULFfR4W8r8s/Dmod5Qtk0IP T2ZYyTcvoqpAxAJvXZJeYB/Oi4L/T025IRSTRbrwUb4FO79u6J2Fuku7wMoNXmYYd1Q42DfLVmCp3 qCM5WOwYZcLjiJuUGhBxoH2nBTWHx2UVO9hn+tzKi0fXhbn5FfR6712rMrVRpxxR7kp03Dd1+iLHR BFN+3f5WjRhvcXAPP98phZOzDyepdn9y8FVXqgIo8jWgTqOovV/Nd2lOG3Z26JUhppTJV56bA6UJT aF3xef9YYMy9FYr9mr4+0zuib33oL/II0M+t9/yooqguLr56urlHklXBamY/mi5I9HmNJfN8Tx0Hi kWcHgk4Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t18n4-0000000CgXE-1rWf; Wed, 16 Oct 2024 18:30:34 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t18j8-0000000Cfws-2iV9; Wed, 16 Oct 2024 18:26:32 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id AE4105C0548; Wed, 16 Oct 2024 18:26:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2B85C4CEC5; Wed, 16 Oct 2024 18:26:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729103189; bh=INU+T9bFBSys8He2fk2CHETpwsOLJTvd4X6kZLoVSFg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=p3/wqtte+CbBQGIHDTZi/CKOCnicH6DXXAIR13AF8XcQ1kR1lo27/EK9BtItMTsxS mJSsRaMJ01cmExzsYaNPNNFWvQTX9EsQlAdUAmBYDNhVI4kHhTby6ZoYy9uZ+rrc0k o4WYTWmtOVWVfnqJYj0FGTZoiBLljyiN4tnwfygjlJAQ23nZzjNe3JE8luVfU1H5kr 5o0uyhJiLsrIr/NN2M3PCGB7LfKx2INJkhZp8mTW4iGxqorqXxJhJvv0YnakINGQ61 3LruaYfHn8dp5yTkgdj3jqIN6c5/1Av9Y3+oQSOOYITgU/motAd8b20yLjb1z1jQcb WN1mrAfF6hBBw== Message-ID: <64b271b946f944fea6994f85a57cda2e.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20240906082511.2963890-4-heiko@sntech.de> References: <20240906082511.2963890-1-heiko@sntech.de> <20240906082511.2963890-4-heiko@sntech.de> Subject: Re: [PATCH v4 3/5] clk: clk-gpio: use dev_err_probe for gpio-get failure From: Stephen Boyd Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-clk@vger.kernel.org, heiko@sntech.de, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org To: Heiko Stuebner , mturquette@baylibre.com Date: Wed, 16 Oct 2024 11:26:27 -0700 User-Agent: alot/0.10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241016_112630_749090_27F3D818 X-CRM114-Status: UNSURE ( 8.02 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Heiko Stuebner (2024-09-06 01:25:09) > This is a real driver and dev_err_probe will hide the distinction between > EPROBE_DEFER and other errors automatically, so there is no need to > open-code this. >=20 > Signed-off-by: Heiko Stuebner > --- Applied to clk-next