Skip to content

Commit

Permalink
realtek: correct typo in port numbering
Browse files Browse the repository at this point in the history
Port 10 was incorrectly labelled as nonexistent port 0.

Signed-off-by: Michael 'ASAP' Weinrich <[email protected]>
  • Loading branch information
MadnessASAP authored and svanheule committed Jan 5, 2024
1 parent 3acd584 commit f1de1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/realtek/dts-5.15/rtl8393_netgear_gs750e.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f1de1a0

Please sign in to comment.