Skip to content
Snippets Groups Projects
Commit 73dba948 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Nobuhiro Iwamatsu
Browse files

net: sh_eth: Remove unnecessary return


Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
parent 4ba62c72
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,6 @@ int sh_eth_send(struct eth_device *dev, volatile void *packet, int len)
if (port_info->tx_desc_cur >= port_info->tx_desc_base + NUM_TX_DESC)
port_info->tx_desc_cur = port_info->tx_desc_base;
return ret;
err:
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment