From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E6F118027; Sat, 14 Sep 2024 03:20:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726284030; cv=none; b=QLyk5S8olxiKnG9rxNm/geBsOLFe4nF8LGkLaNhstiXvaFhK2Gc3EvaaB7RNWJU5Hv7pvrzmi0UDiLcGrukm7KWMcv9E5l0YIWVbIF1E6JYLOKJTPaFGCWBjp3S5fdVhxRBG5k6dTCAuLCNZBmeRZevaGka0nsjVaWO+R5i18ow= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726284030; c=relaxed/simple; bh=UGgCnQvAag744FAJTxCYxiew2Q/lnHQxEcUtfmCyitQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=cj5GFLJP7iLbo7XNWDpC1bmUrTUFjsC4JOw3IYjIieueQheZHBjzVnExo9sI6CR4dMmTB0LC2QQFFKAHnSGFLY6NOqRebYaWcbbRhRj/9lbMMuKmG/UkHeiEUESSy9kenK9iMRjyJr/3Ue608hRMXImFQPTt0ywT1v31WdoklVQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sqHQ1PIC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sqHQ1PIC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6A002C4CEC0; Sat, 14 Sep 2024 03:20:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726284029; bh=UGgCnQvAag744FAJTxCYxiew2Q/lnHQxEcUtfmCyitQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=sqHQ1PIC1xusVvqjAX3Gx3lUtYsdmU+pOg3Nf2MXb/1WTD7/VRhBTvUn0ridCWGgO VyNDydjADjie/rMBJ6UiHKd1OMx+99DtFD0ZNlRPwUImsxg0VkSFhrqFepP0NgnorK t8uQH8Nq5VLrqMPbcyl+GlWRjDDJxownV2J6Fpw4mhWq0vFy6plTrQIMNpnSKKGTYz GwhteLh/aglgPZIYhC9M0ZwNxZKzYVvYd5Mh+M4SDtE2w9Lj8E2TdLkufEtHYbFbCi qlLSgrT5ZHTdJ14zG5ddNiHm1SyvOKpLo0JFaOTs869Ta+hir2ownoX714MLqzj5vg lTCuZIDNS3M/A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EADE23806655; Sat, 14 Sep 2024 03:20:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v1 1/1] net: macb: Use predefined PCI vendor ID constant From: patchwork-bot+netdevbpf@kernel.org Message-Id: <172628403049.2440307.1119465668642813382.git-patchwork-notify@kernel.org> Date: Sat, 14 Sep 2024 03:20:30 +0000 References: <20240913125146.3628751-1-andriy.shevchenko@linux.intel.com> In-Reply-To: <20240913125146.3628751-1-andriy.shevchenko@linux.intel.com> To: Andy Shevchenko Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, nicolas.ferre@microchip.com, claudiu.beznea@tuxon.dev, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, pawell@cadence.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 13 Sep 2024 15:51:46 +0300 you wrote: > The PCI vendor ID for Cadence is defined in pci_ids.h. Use it. > While at it, move to PCI_VDEVICE() macro and usual pattern for > PCI device ID. > > Signed-off-by: Andy Shevchenko > --- > drivers/net/ethernet/cadence/macb_pci.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Here is the summary with links: - [net-next,v1,1/1] net: macb: Use predefined PCI vendor ID constant https://git.kernel.org/netdev/net-next/c/6503734916cc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html