1
0
Fork 0

net: sh_eth: Remove unnecessary return

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
utp
Nobuhiro Iwamatsu 2012-01-11 10:32:54 +09:00 committed by Nobuhiro Iwamatsu
parent 4ba62c7290
commit 73dba948f5
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}