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 C9B32C433EF for ; Fri, 15 Apr 2022 10:20:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352264AbiDOKXJ (ORCPT ); Fri, 15 Apr 2022 06:23:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352285AbiDOKWo (ORCPT ); Fri, 15 Apr 2022 06:22:44 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2BD59BB090; Fri, 15 Apr 2022 03:20:17 -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 ams.source.kernel.org (Postfix) with ESMTPS id D6660B82DF0; Fri, 15 Apr 2022 10:20:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 6ED6EC385A9; Fri, 15 Apr 2022 10:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650018014; bh=l2KznDaCtzmx1/xgHYyx6zS/0bXDVgbRWJyNftfqi2Y=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=W/2mqORsjBpfW3MXFBys8jg5717nbr4KP4f8pQ42Uu94qwVPhOgcQvChYXVd263CY 5SIqv3ZCBW5n6R4zwDm2SFCC+3/801Uk9MrXm38Zs1PyYT9TaJLD1t7gZiFY6xQow4 mAPuNE/LzlFmXmkB0TnUtRhYJsc2gaRt/xBr/XFgOtipMcMehHIHX3sV96eYQjIC98 m1ihrfqkpUPG9cO1v0m86dpQZbe7m1wyqFh/Yt9JrKZxCCJfXqfg0ngVdvMprC3eUo jvxeQ5XD5pjgAU4dNRz/sFkwWPYt2PsNMCNzap+26oQDoNekt1wTDGEJTgsuT4S4O+ JAqz4eyJ+evbA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 534E3EAC09C; Fri, 15 Apr 2022 10:20:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ethernet: ti: cpsw_priv: using pm_runtime_resume_and_get instead of pm_runtime_get_sync From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165001801433.12692.8817498230724778911.git-patchwork-notify@kernel.org> Date: Fri, 15 Apr 2022 10:20:14 +0000 References: <20220413093836.2538690-1-chi.minghao@zte.com.cn> In-Reply-To: <20220413093836.2538690-1-chi.minghao@zte.com.cn> To: CGEL Cc: grygorii.strashko@ti.com, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, toke@redhat.com, linux-omap@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, chi.minghao@zte.com.cn, zealci@zte.com.cn Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 13 Apr 2022 09:38:36 +0000 you wrote: > From: Minghao Chi > > Using pm_runtime_resume_and_get is more appropriate > for simplifing code > > Reported-by: Zeal Robot > Signed-off-by: Minghao Chi > > [...] Here is the summary with links: - net: ethernet: ti: cpsw_priv: using pm_runtime_resume_and_get instead of pm_runtime_get_sync https://git.kernel.org/netdev/net-next/c/be52d266d293 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html