mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
igb: 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
4145ce0f59
commit
2a79febdc2
1 changed files with 0 additions and 1 deletions
|
@ -579,7 +579,6 @@ static s32 igb_get_invariants_82575(struct e1000_hw *hw)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -E1000_ERR_MAC_INIT;
|
return -E1000_ERR_MAC_INIT;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set media type */
|
/* Set media type */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue