kernel/arch/m68k/coldfire/m5272.c
.. .. @@ -127,7 +127,7 @@ 127 127 static int __init init_BSP(void) 128 128 { 129 129 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);131 131 return 0; 132 132 } 133 133