Re: [PATCH ethtool 1/6] ethtool: fix uninitialized return value

2018-06-13 Thread John W. Linville
On Fri, Jun 08, 2018 at 11:20:05AM +0200, Ivan Vecera wrote: > Fixes: b0fe96d ("Ethtool: Implements > ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY downshift") > Signed-off-by: Ivan Vecera LGTM -- I have queued the series for the next release, including extending the commit IDs... Thanks!

[PATCH ethtool 1/6] ethtool: fix uninitialized return value

2018-06-08 Thread Ivan Vecera
Fixes: b0fe96d ("Ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY downshift") Signed-off-by: Ivan Vecera --- ethtool.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ethtool.c b/ethtool.c index 2e87384..e7495fe 100644 --- a/ethtool.c +++ b/ethtool