Re: [PATCH] gianfar mii needs to zero out the mii_bus structure

2005-11-11 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] gianfar mii needs to zero out the mii_bus structure

2005-11-09 Thread Kumar Gala
To ensure that phy_mask and any future elements of the mii_bus structure are initialized use kzalloc() instead of kmalloc(). This fixes an issue in which phy_mask was not being initialized and we would skip random phy addresses when scanning. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- com