Dear Uwe, Thank you for the details! Uwe Kleine-König 於 11/20/2024 10:56 PM 寫道:
Hello, On Mon, Nov 18, 2024 at 04:27:07PM +0800, Joey Lu wrote:+static struct platform_driver nuvoton_dwmac_driver = { + .probe = nuvoton_gmac_probe, + .remove_new = stmmac_pltfr_remove,Please use .remove instead of .remove_new. Thanks Uwe
I will use .remove instead. Thanks! BR, Joey