Re: [U-Boot] [PATCH 2/3] net: phy: realtek: make define more concistent

2016-11-14 Thread Joe Hershberger
On Tue, Nov 8, 2016 at 10:38 AM, Olliver Schinagl wrote: > All internal defines in the realtek phy are with a small X, > except MIIM_RTL8211X_CTRL1000T_MASTER. Make this more concistent > > Signed-off-by: Olliver Schinagl Acked-by: Joe Hershberger I'll fix up the typo.

[U-Boot] [PATCH 2/3] net: phy: realtek: make define more concistent

2016-11-08 Thread Olliver Schinagl
All internal defines in the realtek phy are with a small X, except MIIM_RTL8211X_CTRL1000T_MASTER. Make this more concistent Signed-off-by: Olliver Schinagl --- drivers/net/phy/realtek.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/phy/realtek.c b/drivers/n