mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
niu: remove unnecessary break after return
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3317aeb732
commit
f6ec2f3204
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user