phy: Change mii_bus id field to a string
authorAndy Fleming <afleming@freescale.com>
Thu, 10 Apr 2008 00:38:13 +0000 (19:38 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 17 Apr 2008 00:09:35 +0000 (20:09 -0400)
Having the id field be an int was making more complex bus topologies
excessively difficult.  For now, just convert it to a string, and
change all instances of "bus->id = val" to
snprintf(id, MII_BUS_ID_LEN, "%x", val).

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found