Re: [PATCH] net/phy: Delete unused function phy_ethtool_gset

2017-06-04 Thread Florian Fainelli
On 06/04/2017 10:10 AM, Yuval Shaia wrote: > Signed-off-by: Yuval Shaia A commit message that just says: it's unused, so remove it would be nice. You seem to have missed Documentation/networking/phy.txt in this patch, do you mind resubmitting with that fixed? Finally, the subject should be: n

[PATCH] net/phy: Delete unused function phy_ethtool_gset

2017-06-04 Thread Yuval Shaia
Signed-off-by: Yuval Shaia --- drivers/net/phy/phy.c | 24 include/linux/phy.h | 1 - 2 files changed, 25 deletions(-) diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 9c372bf..8e26af5 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -