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.2 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=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 C8D13C433E9 for ; Mon, 29 Mar 2021 01:11:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9C7D161878 for ; Mon, 29 Mar 2021 01:11:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231796AbhC2BKh (ORCPT ); Sun, 28 Mar 2021 21:10:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:47796 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229763AbhC2BKK (ORCPT ); Sun, 28 Mar 2021 21:10:10 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id AA18B61941; Mon, 29 Mar 2021 01:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616980209; bh=iPhi4z/C0QYSqqaP9g0waeQocCs1+EWmhvb6UZGq4Sg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=T/EclykzyW1yVEDPRoQIKZIZmT0rqVZbUTokpwBI5lzGNSReFrIRq8as2GoNwOwc0 ot4zBlOTtGAvEeJzDSW0P5XfMyj7KT8O3TRxb3RpF8lLRJqCBpnZ+cRwe9pRl0fl9q cPXocOwDS4w/QEquH8iXGSI5FVJuN1C2j9zrxoAcO4nQerteYsbfdx7AByjU7cyHgd FfADkqSC8Jdll+qR9dytcdE0Tng0tnrNIQpuL61dEvJXtJmd3Ff+hF+suKiiwnMxA0 npwE1SVvgAAdXOhGgQm5j5d02V4JFBfTryn3XRyrrhJgDTDbyA4x/b6tjqGzS0eEi9 f0FMzcnPywxQQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] net: dsa: hellcreek: Remove redundant dev_err call in hellcreek_probe() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161698020962.2631.11933812276689921090.git-patchwork-notify@kernel.org> Date: Mon, 29 Mar 2021 01:10:09 +0000 References: <1616839638-7111-1-git-send-email-huangguobin4@huawei.com> In-Reply-To: <1616839638-7111-1-git-send-email-huangguobin4@huawei.com> To: Huang Guobin Cc: kurt@linutronix.de, andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.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 Sat, 27 Mar 2021 18:07:18 +0800 you wrote: > From: Guobin Huang > > There is a error message within devm_ioremap_resource > already, so remove the dev_err call to avoid redundant > error message. > > Reported-by: Hulk Robot > Signed-off-by: Guobin Huang > > [...] Here is the summary with links: - [net-next,v2] net: dsa: hellcreek: Remove redundant dev_err call in hellcreek_probe() https://git.kernel.org/netdev/net-next/c/656151aaa623 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html