From: Krzysztof Halasa Date: Fri, 26 Dec 2008 00:50:41 +0000 (-0800) Subject: net: PHYLIB mdio fixes #2 X-Git-Tag: v2.6.29-rc1~581^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161c8d2f50109b44b664eaf23831ea1587979a61;p=pandora-kernel.git net: PHYLIB mdio fixes #2 The PHYLIB mdio code has more problems in error paths: - mdiobus_release can be called before bus->state is set to MDIOBUS_REGISTERED - mdiobus_scan allocates resources which need to be freed - the comment is wrong, the resistors used are actually pull-ups. Signed-off-by: Krzysztof Halasa Signed-off-by: David S. Miller --- Reading git-diff-tree failed