]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbd9f456cf69be8b4c22863f3c04a1d2fb64244ca
tree0c42bd60b3049f3e31bd1c05111dc9cd6d68fda1
parent4c453ed879f8c5957970c7de527514d6ba477626
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