Re: [net-next v9 4/7] net: mtip: The L2 switch driver for imx287

From: Jakub Kicinski
Date: Thu May 01 2025 - 20:57:28 EST


On Wed, 30 Apr 2025 07:17:53 +0200 Lukasz Majewski wrote:
> +static int __init mtip_switch_dma_init(struct switch_enet_private *fep)
> +{
...
> +}

> +static int mtip_sw_probe(struct platform_device *pdev)

One more warning:

WARNING: modpost: drivers/net/ethernet/freescale/mtipsw/nxp-mtipl2sw: section mismatch in reference: mtip_sw_probe+0xa50 (section: .text) -> mtip_switch_dma_init (section: .init.text)

We only see it with clang, not sure why. The warning looks legit.
--
pw-bot: cr