From: Andy Fleming Date: Thu, 10 Apr 2008 00:38:13 +0000 (-0500) Subject: phy: Change mii_bus id field to a string X-Git-Tag: v2.6.26-rc1~1138^2~8^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9326d3bc0ea9a8bbe40bf3e5e66c7b9858caa0;p=pandora-kernel.git 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: Andy Fleming Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed