forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/m68k/coldfire/m5272.c
....@@ -127,7 +127,7 @@
127127 static int __init init_BSP(void)
128128 {
129129 m5272_uarts_init();
130
- fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status, -1);
130
+ fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status);
131131 return 0;
132132 }
133133