From: Kumar Gala Date: Wed, 9 Nov 2005 18:13:11 +0000 (-0600) Subject: [PATCH] gianfar mii needs to zero out the mii_bus structure X-Git-Tag: v2.6.15-rc1~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125d128bec1bbf81be4c198243334a6153c0b023;p=pandora-kernel.git [PATCH] gianfar mii needs to zero out the mii_bus structure 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed