1
0
Fork 0

igb: remove unnecessary break after return

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Fabian Frederick 2014-07-20 16:27:45 +02:00 committed by David S. Miller
parent 4145ce0f59
commit 2a79febdc2
1 changed files with 0 additions and 1 deletions

View File

@ -579,7 +579,6 @@ static s32 igb_get_invariants_82575(struct e1000_hw *hw)
break;
default:
return -E1000_ERR_MAC_INIT;
break;
}
/* Set media type */