drivers: net: xgene: Remove return statement from void function
authorIyappan Subramanian <isubramanian@apm.com>
Tue, 5 Sep 2017 18:16:32 +0000 (11:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Sep 2017 21:58:25 +0000 (14:58 -0700)
commitf098003a7ee00c92e8ed7a8f8a49e4bd15f35bdd
tree0c42bd60b3049f3e31bd1c05111dc9cd6d68fda1
parent5e338b36643210e0915a365892002af5211cc87b
drivers: net: xgene: Remove return statement from void function

commit 183db4 ("drivers: net: xgene: Correct probe sequence handling")
changed the return type of xgene_enet_check_phy_handle() to void.

This patch, removes the return statement from the last line.

Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/apm/xgene/xgene_enet_main.c