realtek: correct typo in port numbering
Port 10 was incorrectly labelled as nonexistent port 0. Signed-off-by: Michael 'ASAP' Weinrich <michael@a5ap.net>
This commit is contained in:
parent
3acd584361
commit
f1de1a090f
|
@ -191,7 +191,7 @@
|
|||
SWITCH_PORT(7, 8, qsgmii)
|
||||
|
||||
SWITCH_PORT(8, 9, qsgmii)
|
||||
SWITCH_PORT(9, 0, qsgmii)
|
||||
SWITCH_PORT(9, 10, qsgmii)
|
||||
SWITCH_PORT(10, 11, qsgmii)
|
||||
SWITCH_PORT(11, 12, qsgmii)
|
||||
SWITCH_PORT(12, 13, qsgmii)
|
||||
|
|
Loading…
Reference in New Issue