mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
a872570c04
All callers of the rtl83xx_mc_group_* functions already do the same
check, so these aren't needed.
For rtl83xx_mc_group_alloc, this branch also incorrectly returned 0
instead of a negative value. If the branch wasn't effectively dead code
anyway, this could potentially have caused bugs, as 0 is a valid
multicast group entry index.
Fixes:
|
||
---|---|---|
.. | ||
base-files | ||
dts-5.10 | ||
dts-5.15 | ||
files/firmware/rtl838x_phy | ||
files-5.10 | ||
files-5.15 | ||
image | ||
patches-5.10 | ||
patches-5.15 | ||
profiles | ||
rtl838x | ||
rtl839x | ||
rtl930x | ||
rtl931x | ||
Makefile |