forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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