Re: [PATCH v3 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family

From: Joey Lu
Date: Tue Nov 26 2024 - 04:39:52 EST


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