sh_eth: no need for *else* after *goto*
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Wed, 4 Jan 2017 12:10:50 +0000 (15:10 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Jan 2017 18:47:54 +0000 (13:47 -0500)
commit1940f240769ada7efe9d459991fe5dd80db3771a
treef9c093edb69ba17b03951bdeaa06d640d1039cc9
parent4063469971af9611648382559c2d399cce03ae67
sh_eth: no need for *else* after *goto*

Well, checkpatch.pl complains about *else* after *return* and *break* but
not after *goto*... and it probably should have complained about the code
in sh_eth_error().  Win couple LoCs by removing that *else*. :-)

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c