ralf@xxxxxxxxxxxxxx wrote:
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@xxxxxxxxxxxxxxxxxx 04/12/09 22:09:24
Modified files:
arch/mips/sibyte/sb1250: irq_handler.S
Log message:
And yet another build fix.
Hi Ralf
There is one more build fix needed in drivers/net/sb1250-mac.c
if (sbmac_init(dev, idx)) {
port = A_MAC_CHANNEL_BASE(idx);
SBMAC_WRITECSR(KSEG1ADDR(port+R_MAC_ETHERNET_ADDR),
sbmac_orig_hwaddr[idx] );
free_netdev(dev);
continue;
}
If you wish, I can send a patch
Thanks
Manish Lachwani