]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tilepro: Fix non-void return from void function
authorJoe Perches <joe@perches.com>
Wed, 11 Jan 2017 22:52:20 +0000 (14:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jan 2017 20:14:09 +0000 (15:14 -0500)
commitb65b09aa79086f0f2aa8935eae410f87495b8c04
tree8d51d3effca6cc848e8e2dbbd133defa3ec01fa8
parent72d13c15fcc99788775a9f846805cbe4e6f1a164
tilepro: Fix non-void return from void function

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 <joe@perches.com>
cc: stephen hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/tile/tilepro.c