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 8375BC433F5 for ; Sat, 30 Apr 2022 01:50:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1382025AbiD3Bxe (ORCPT ); Fri, 29 Apr 2022 21:53:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1382022AbiD3Bxd (ORCPT ); Fri, 29 Apr 2022 21:53:33 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 029301131 for ; Fri, 29 Apr 2022 18:50:13 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 99DC7624AE for ; Sat, 30 Apr 2022 01:50:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E1D75C385A7; Sat, 30 Apr 2022 01:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651283412; bh=HTD6XX8cH6KI1U5Kd5QRUoI+SUJsIpEvWY1ji8dfOZE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DUGnhXo7joOLiSirXA3A2Ge69aFtXVk1YPsqABRHwlonpjpo8X3xqxAAVg6avqBA8 aouj5vxGS/LR3aI7ivZoXloqAYfhSiIzOsyrbInsdeEmZiGSCu3oPT40rLQjp1v1dl GyPHH68g9cQ3T2Br0882zMRbHUCONPUMT4PTWrWsRe4cHEwsRRsaAtt0rF0LN1NvK0 NUeS/SntnGtuy39+vaMGk1ub3foumvPXEDRZtnhN/26n8QiQ4SXhwlLppFukgexRXa nSldP518HouPRY6cMdmNfWD9L8fgJr4q9ubDuR7IaMBe2YNREaNz9xOA4acokoFa/N nA4mqwzRQwYlw== 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 C026EF03870; Sat, 30 Apr 2022 01:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165128341178.13664.13010146182410759617.git-patchwork-notify@kernel.org> Date: Sat, 30 Apr 2022 01:50:11 +0000 References: <20220428211931.8130-1-dossche.niels@gmail.com> In-Reply-To: <20220428211931.8130-1-dossche.niels@gmail.com> To: Niels Dossche Cc: netdev@vger.kernel.org, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, noltari@gmail.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Thu, 28 Apr 2022 23:19:32 +0200 you wrote: > Error values inside the probe function must be < 0. The ENOMEM return > value has the wrong sign: it is positive instead of negative. > Add a minus sign. > > Fixes: e239756717b5 ("net: mdio: Add BCM6368 MDIO mux bus controller") > Signed-off-by: Niels Dossche > > [...] Here is the summary with links: - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller https://git.kernel.org/netdev/net/c/e87f66b38e66 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html