hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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