net/mdio: fix mdio_bus_match for c45 PHY
authorShaohui Xie <Shaohui.Xie@freescale.com>
Fri, 17 Jul 2015 10:07:19 +0000 (18:07 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 07:16:37 +0000 (00:16 -0700)
We store c45 PHY's id information in c45_ids, so it should be used to
check the matching between PHY driver and PHY device for c45 PHY.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio_bus.c

Simple merge