commit | 45c786e21e48faa83575d89bd8448c8bb59e686b | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | Wed Jan 11 10:32:54 2012 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Thu Mar 08 10:26:18 2012 +0900 |
tree | 39f98d77493d0ad874c46c5dd3e0801ae6f06ea4 | |
parent | 71f507cf5be0ef0f8e90f46df4327f0f96489280 [diff] |
net: sh_eth: Remove unnecessary return Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index 1bc44a8..8d3dac2 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c
@@ -94,7 +94,6 @@ 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; }