commit | 125d128bec1bbf81be4c198243334a6153c0b023 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@gate.crashing.org> | Wed Nov 09 12:13:11 2005 -0600 |
committer | Jeff Garzik <jgarzik@pobox.com> | Fri Nov 11 08:26:58 2005 -0500 |
tree | 0535e94300fe0e8f96d591c7a73fd2190d4b6255 | |
parent | 1387780f7dbaa8c770fbbbec3b2f42cd9adf1921 [diff] |
[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 <galak@kernel.crashing.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>