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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 09077C433B4 for ; Wed, 21 Apr 2021 18:20:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CBA0861435 for ; Wed, 21 Apr 2021 18:20:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245211AbhDUSUs (ORCPT ); Wed, 21 Apr 2021 14:20:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:48132 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242578AbhDUSUm (ORCPT ); Wed, 21 Apr 2021 14:20:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 43AE861448; Wed, 21 Apr 2021 18:20:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1619029209; bh=E54TmFKp3Y20gYaeGiLf9VOBNkPefR+f5LS/nkCT56k=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Nqn5ax004SfszeP4Hxycgni0oLLLGDVR7pFg1oCA1UjmWZWdcsjGOu3isET3nkTGD aYJLf41NMoK2p+c3yIoYgCDlBnKZ5dsmN7TCZFLRZgYRWnPdjXZesiSKORs/UBSbYp nzOx0yJD9Cfrdaox8zXBC2XoZ/6Da1TGetDEc0WDNk9EY1Xn2CuSxCtkQMqqoo3cpi s2YTpmA1dogJEmkjMY+jMr+3n5qHRH/6IMX5ovPa+Bxme6SJEVdIRDA0glizrHnJd1 8L4WD2mvIAn1GFeNJAROfMC1qez5uVjCbjwmiS9CeNv6IwK1hPvIhO882mCOqlrvPI bA+sdJlvef+mQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ethernet: ravb: Fix release of refclk From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161902920923.1057.702460765675498591.git-patchwork-notify@kernel.org> Date: Wed, 21 Apr 2021 18:20:09 +0000 References: <20210421140505.30756-1-aford173@gmail.com> In-Reply-To: <20210421140505.30756-1-aford173@gmail.com> To: Adam Ford Cc: netdev@vger.kernel.org, aford@beaconembedded.com, sergei.shtylyov@gmail.com, davem@davemloft.net, kuba@kernel.org, andrew@lunn.ch, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 21 Apr 2021 09:05:05 -0500 you wrote: > The call to clk_disable_unprepare() can happen before priv is > initialized. This means moving clk_disable_unprepare out of > out_release into a new label. > > Fixes: 8ef7adc6beb2 ("net: ethernet: ravb: Enable optional refclk") > Signed-off-by: Adam Ford > > [...] Here is the summary with links: - net: ethernet: ravb: Fix release of refclk https://git.kernel.org/netdev/net-next/c/36e69da892f1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html