[PATCH v2 3/5] phy: Use macros instead of hardcoded values in marvell phy driver

2013-05-31 Thread Michal Simek
Use macros from linux/marvell_phy.h instead of duplicate magic phy ID in the driver. Signed-off-by: Michal Simek --- Changes in v2: None drivers/net/phy/marvell.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/net/phy/marvell.c

[PATCH v2 3/5] phy: Use macros instead of hardcoded values in marvell phy driver

2013-05-31 Thread Michal Simek
Use macros from linux/marvell_phy.h instead of duplicate magic phy ID in the driver. Signed-off-by: Michal Simek michal.si...@xilinx.com --- Changes in v2: None drivers/net/phy/marvell.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git