Skip to content
Snippets Groups Projects
Commit 9d9326d3 authored by Andy Fleming's avatar Andy Fleming Committed by Jeff Garzik
Browse files

phy: Change mii_bus id field to a string


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: default avatarAndy Fleming <afleming@freescale.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent d080cd63
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 28 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment