Commit f6ec2f32 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller

niu: remove unnecessary break after return

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3317aeb7
...@@ -2584,7 +2584,6 @@ static int niu_determine_phy_disposition(struct niu *np) ...@@ -2584,7 +2584,6 @@ static int niu_determine_phy_disposition(struct niu *np)
break; break;
default: default:
return -EINVAL; return -EINVAL;
break;
} }
phy_addr_off = niu_atca_port_num[np->port]; phy_addr_off = niu_atca_port_num[np->port];
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment