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 74201C001DF for ; Wed, 2 Aug 2023 19:10:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232273AbjHBTK0 (ORCPT ); Wed, 2 Aug 2023 15:10:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229517AbjHBTKY (ORCPT ); Wed, 2 Aug 2023 15:10:24 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58A8626A6 for ; Wed, 2 Aug 2023 12:10:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E16AB61A73 for ; Wed, 2 Aug 2023 19:10:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4CD1EC433C8; Wed, 2 Aug 2023 19:10:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691003422; bh=46PMWe3e0Io+gQooYpA8G1g0Au2bYDA8kL63f8rshnM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=epEV6mxmHAP26amC1DCeKHFEhfnkdOIvng7Mr4jy2Z03x8AV+XARbZx5jV8uzKH+r JWKnE0V5zagpXOcG34JsFU0ptNc8je+p2xLlX+yt2JCFUrvGe+5hcs4m5jHsBohUDE wPHIkDmzILdWX1L1/iTNuBW9tHzc8b74FysohM2nugEaf/suELfO9mFrcfd4uIo/QQ RbSjAQaZzDNtf3JA6dfaeEfitTeQXCiY3o9CPScfiC3SBuiLqIl/um5wol3xgr9E1I 7aZj7GX4BoY16W9ua31o1Q3tdoY0xCzIdfDW27CPJ/JLgtjTAGhh1Ywq//J6wl5dyv eqH3KdtCSr3QA== 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 2F103E270D1; Wed, 2 Aug 2023 19:10:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] net: hisilicon: fix the return value handle and remove redundant netdev_err() for platform_get_irq() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169100342218.23440.15408447758503116058.git-patchwork-notify@kernel.org> Date: Wed, 02 Aug 2023 19:10:22 +0000 References: <20230731073858.3633193-1-ruanjinjie@huawei.com> In-Reply-To: <20230731073858.3633193-1-ruanjinjie@huawei.com> To: Ruan Jinjie Cc: yisen.zhuang@huawei.com, salil.mehta@huawei.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, 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 (main) by Jakub Kicinski : On Mon, 31 Jul 2023 15:38:58 +0800 you wrote: > There is no possible for platform_get_irq() to return 0 > and the return value of platform_get_irq() is more sensible > to show the error reason. > > And there is no need to call the netdev_err() function directly to print > a custom message when handling an error from platform_get_irq() function as > it is going to display an appropriate error message in case of a failure. > > [...] Here is the summary with links: - [-next] net: hisilicon: fix the return value handle and remove redundant netdev_err() for platform_get_irq() https://git.kernel.org/netdev/net-next/c/ae1d60c41e58 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html