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.4 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 55F1CC433EF for ; Thu, 16 Sep 2021 12:40:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3E6866103B for ; Thu, 16 Sep 2021 12:40:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239879AbhIPMl4 (ORCPT ); Thu, 16 Sep 2021 08:41:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:43242 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239560AbhIPMl3 (ORCPT ); Thu, 16 Sep 2021 08:41:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 661926103B; Thu, 16 Sep 2021 12:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631796008; bh=ROt/vqF8b09zzTG6cBpyCdJaO1PwBm5r2NxYAu1FYSc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lJmh0scj2Coovo380g6rMLYzZ2svfVboLaFjM4lYAntJDE0YYvRwBIMAE06LMhWPa nMXiDV3eksmOR7YUc9+IeyGQ1vnQDS3KXshJ4iqgzjmg4V8q5Wuda5DvFBOUpxOTwP mel+TdDKzrhpE9PeeyDmfSWcfH9gxEy11u5252vhL6JYpuXYREyo4Jh5hm/nE1CfZi w+T3tTwPNvVl3fRXsCrRCM8xSOhboXFh2RTpujaI7SmuSi0wcIqvPHM+oGM5if4nqc HKATlRzZGo0OEnNy45jRi3bM4QJkEN4QvP+myVgyWsxqOgH7DsB09eIobq3xjVRQdj /kXn+MwAf1Vjw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: chelsio: cxgb4vf: Make use of the helper function dev_err_probe() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163179600833.19379.16621947399859300185.git-patchwork-notify@kernel.org> Date: Thu, 16 Sep 2021 12:40:08 +0000 References: <20210915145812.7410-1-caihuoqing@baidu.com> In-Reply-To: <20210915145812.7410-1-caihuoqing@baidu.com> To: Cai Huoqing Cc: rajur@chelsio.com, davem@davemloft.net, kuba@kernel.org, netdev@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, 15 Sep 2021 22:58:11 +0800 you wrote: > When possible use dev_err_probe help to properly deal with the > PROBE_DEFER error, the benefit is that DEFER issue will be logged > in the devices_deferred debugfs file. > And using dev_err_probe() can reduce code size, and simplify the code. > > Signed-off-by: Cai Huoqing > > [...] Here is the summary with links: - net: chelsio: cxgb4vf: Make use of the helper function dev_err_probe() https://git.kernel.org/netdev/net-next/c/9eda994d4b57 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html