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 BECCFC433EF for ; Thu, 16 Sep 2021 12:40:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A65E260FA0 for ; Thu, 16 Sep 2021 12:40:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239691AbhIPMl7 (ORCPT ); Thu, 16 Sep 2021 08:41:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:43266 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239852AbhIPMl3 (ORCPT ); Thu, 16 Sep 2021 08:41:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 842146124D; 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=bMy5jcnyDhYXJ7IbY/Xy+tdP8cT5QmMISv/iCsm7Mvs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=R0IWbGBCtYLeEhEPnDXtYqWcWfvsP8Uvme/SzOQ2cytoxbnjMpM4eVJDRygegHll7 3ER1MIx2WzBki7fUxh6almYLkzQKT+ban0mmEeychxhgGhtL3rGSE4FKaezvIT/l82 Fa5AAJkNXNcVGu3uFPof6pq5u2jgSRibK6kPQ26LSK2EVSr3uVeNf3uySp7ZYkh9c/ 8EyUmzdB8qfldRdAGYEs5OPIWSsE/uIRnmxpODj9uwtMF+oFEeqprzBNxH7rqRWcSL TgiW4hN1057bQfB++W8ZompWSzOfMlNGWHYHkx9di3ZOVN5r75Tnxpqq96ShQobJxn YbJ/krLrklSiw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: thunderx: Make use of the helper function dev_err_probe() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163179600847.19379.13162897389182688013.git-patchwork-notify@kernel.org> Date: Thu, 16 Sep 2021 12:40:08 +0000 References: <20210915145843.7622-1-caihuoqing@baidu.com> In-Reply-To: <20210915145843.7622-1-caihuoqing@baidu.com> To: Cai Huoqing Cc: sgoutham@marvell.com, davem@davemloft.net, kuba@kernel.org, linux-arm-kernel@lists.infradead.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:42 +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: thunderx: Make use of the helper function dev_err_probe() https://git.kernel.org/netdev/net-next/c/52583c8d8b12 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 94DC7C433EF for ; Thu, 16 Sep 2021 12:42:49 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 60C446103B for ; Thu, 16 Sep 2021 12:42:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 60C446103B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ptpoySMFrjsH7LNFRhxhj8OGqYEKzEljKAXz2Ujs+Kg=; b=I4IU4rdxptlee3 I2d0/GEHyrwVUQZcJ0sIuvd5hOo1LjCe6YU9Ee6p6aPwq3LHUQDvvvt2cVT2cMSg2AB8a+Kkbbt4Z wvWSHhzGkt2GXB5mnFn2/MFIS1EYI0Nn2jpr84baQL9i/yBtJdEbSnUdbMEWJaQZLDzrAxh4fxmbz vgD/qT6LLmH0Vj0UrDaAxEJ79WeYkp39rpt7XMMskhTt6siFGuQCTlTHckVyU8J4bmGwje4N+krai NwjgHuLmOE3a1y/2DGYdmVbmPv890n/RvyQkO6tvj/Obj2Xs6S1vC6Txq10yoqzm3VMVockPfWKvE hRklfKlxr8VsLOCbrKqw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQqhV-00B83E-GS; Thu, 16 Sep 2021 12:41:13 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQqgT-00B7Ya-CG for linux-arm-kernel@lists.infradead.org; Thu, 16 Sep 2021 12:40:10 +0000 Received: by mail.kernel.org (Postfix) with ESMTPS id 842146124D; 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=bMy5jcnyDhYXJ7IbY/Xy+tdP8cT5QmMISv/iCsm7Mvs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=R0IWbGBCtYLeEhEPnDXtYqWcWfvsP8Uvme/SzOQ2cytoxbnjMpM4eVJDRygegHll7 3ER1MIx2WzBki7fUxh6almYLkzQKT+ban0mmEeychxhgGhtL3rGSE4FKaezvIT/l82 Fa5AAJkNXNcVGu3uFPof6pq5u2jgSRibK6kPQ26LSK2EVSr3uVeNf3uySp7ZYkh9c/ 8EyUmzdB8qfldRdAGYEs5OPIWSsE/uIRnmxpODj9uwtMF+oFEeqprzBNxH7rqRWcSL TgiW4hN1057bQfB++W8ZompWSzOfMlNGWHYHkx9di3ZOVN5r75Tnxpqq96ShQobJxn YbJ/krLrklSiw== MIME-Version: 1.0 Subject: Re: [PATCH] net: thunderx: Make use of the helper function dev_err_probe() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163179600847.19379.13162897389182688013.git-patchwork-notify@kernel.org> Date: Thu, 16 Sep 2021 12:40:08 +0000 References: <20210915145843.7622-1-caihuoqing@baidu.com> In-Reply-To: <20210915145843.7622-1-caihuoqing@baidu.com> To: Cai Huoqing Cc: sgoutham@marvell.com, davem@davemloft.net, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210916_054009_473328_3CCB3E5E X-CRM114-Status: UNSURE ( 9.06 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 15 Sep 2021 22:58:42 +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: thunderx: Make use of the helper function dev_err_probe() https://git.kernel.org/netdev/net-next/c/52583c8d8b12 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel