Re: [PATCH net] net: phy: realtek: fix double page ops in generic Realtek driver

2019-05-11 Thread David Miller
From: Heiner Kallweit Date: Sat, 11 May 2019 07:44:48 +0200 > When adding missing callbacks I missed that one had them set already. > Interesting that the compiler didn't complain. > > Fixes: daf3ddbe11a2 ("net: phy: realtek: add missing page operations") > Signed-off-by: Heiner Kallweit Appli

[PATCH net] net: phy: realtek: fix double page ops in generic Realtek driver

2019-05-10 Thread Heiner Kallweit
When adding missing callbacks I missed that one had them set already. Interesting that the compiler didn't complain. Fixes: daf3ddbe11a2 ("net: phy: realtek: add missing page operations") Signed-off-by: Heiner Kallweit --- drivers/net/phy/realtek.c | 2 -- 1 file changed, 2 deletions(-) diff --