Re: [PATCH] tilepro: Fix non-void return from void function

2017-01-12 Thread David Miller
From: Joe Perches Date: Wed, 11 Jan 2017 14:52:20 -0800 > commit bc1f44709cf2 ("net: make ndo_get_stats64 a void function") > mistakenly used a return value for this void conversion. > > Fix it. > > Signed-off-by: Joe Perches > cc: stephen hemminger Applied.

[PATCH] tilepro: Fix non-void return from void function

2017-01-11 Thread Joe Perches
commit bc1f44709cf2 ("net: make ndo_get_stats64 a void function") mistakenly used a return value for this void conversion. Fix it. Signed-off-by: Joe Perches cc: stephen hemminger --- drivers/net/ethernet/tile/tilepro.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/etherne