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 801DAC433F5 for ; Fri, 11 Mar 2022 11:20:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348213AbiCKLVX (ORCPT ); Fri, 11 Mar 2022 06:21:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347882AbiCKLVP (ORCPT ); Fri, 11 Mar 2022 06:21:15 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20379496B5; Fri, 11 Mar 2022 03:20:13 -0800 (PST) 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 C3B06B82B53; Fri, 11 Mar 2022 11:20:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 349AAC340F4; Fri, 11 Mar 2022 11:20:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646997610; bh=Hha9Oi68LtVYwux3VUGvoPABOfN8NA5zCsDjx2vbTAY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=iufQlkkYc9lD2smOE4W0imb/m0KN6faxkr1N6H+FLOASgc21LIgQE9VbTPz2fnA0x e2THcep1P40tAq1mDZr2rqrulU4kHp8Gyj06v/1vVRthS2lFiZE94Er1UKBRVjZA/Q x/I7HQGRiXFM8rA3yIi7bU/VL6O06Ll5CPNXNz/JG0K2o4WP8FVkB85EyrgRQXEyiq 3imuuQzxpGcxLfC4aFDvxRMeyGWpjWFLAe+EdUSuyufLAXkxbrALs+Z/oXBlDXkfp3 f135g9nbiotkNbQFwFajBt6PUDEZPpHZSrfhGK/cQXquZCgW/OkFXdWUMa5FXa7bG/ XMJVc1oXTg6RQ== 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 18393E6D3DD; Fri, 11 Mar 2022 11:20:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ethernet: ezchip: fix platform_get_irq.cocci warning From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164699761009.9005.584571780596248677.git-patchwork-notify@kernel.org> Date: Fri, 11 Mar 2022 11:20:10 +0000 References: <20220310081230.13033-1-hanyihao@vivo.com> In-Reply-To: <20220310081230.13033-1-hanyihao@vivo.com> To: Yihao Han Cc: davem@davemloft.net, kuba@kernel.org, paskripkin@gmail.com, andrew@lunn.ch, michael@walle.cc, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@vivo.com 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 Thu, 10 Mar 2022 00:12:19 -0800 you wrote: > Remove dev_err() messages after platform_get_irq*() failures. > platform_get_irq() already prints an error. > > Generated by: scripts/coccinelle/api/platform_get_irq.cocci > > Signed-off-by: Yihao Han > > [...] Here is the summary with links: - net: ethernet: ezchip: fix platform_get_irq.cocci warning https://git.kernel.org/netdev/net-next/c/89ff05d5953b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html