diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-09-09 19:35:23 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-10-23 22:33:08 +0200 |
commit | 039e5be4af2497bd40414eedb6f83a1c75d06cca (patch) | |
tree | 54f658ce5fbd34a209a247542201dc3822b4cc81 /scripts/qemustart | |
parent | 19b86658b7f9d6080d7059896a57b8daa67ae941 (diff) | |
download | upstream-039e5be4af2497bd40414eedb6f83a1c75d06cca.tar.gz upstream-039e5be4af2497bd40414eedb6f83a1c75d06cca.tar.bz2 upstream-039e5be4af2497bd40414eedb6f83a1c75d06cca.zip |
realtek: remove RTL839x path in RTL838x multicast
The multicast setup function rtl838x_eth_set_multicast_list() checks if
the current SoC is a RTL839x family device. However, the function is
only included in the RTL838x ops table, so this path should never be
taken, making this dead code. rtl839x_eth_set_multicast_list() is
already present in the RTL839x ops table, so it should be safe to remove
this branch.
While touching the code, also re-sort the functions to match sorting
elsewhere, with rtl838x coming before rtl839x.
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'scripts/qemustart')
0 files changed, 0 insertions, 0 deletions