hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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