[PATCH] phy: Added a macro to represent the string format used to match a phy device
authorKumar Gala <galak@gate.crashing.org>
Wed, 11 Jan 2006 19:27:33 +0000 (11:27 -0800)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 12 Jan 2006 21:31:52 +0000 (16:31 -0500)
commita4d00f179fcec7065fe5742e9cebd6500886070f
tree1d0fea6521276122c2e767db52bc821241849f8e
parent1d5326774c9245fef77334a9e0f11cd4f8aa7b4e
[PATCH] phy: Added a macro to represent the string format used to match a phy device

Add the PHY_ID_FMT macro to ensure that the format of the id string used by a
driver to match to its specific phy is consistent between the mdio_bus and the
driver.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/phy/mdio_bus.c
drivers/net/phy/phy.c
include/linux/phy.h