From: Cong Wang <[email protected]>
Date: Thu, 27 Aug 2020 10:40:41 -0700
> When ->init() fails, ->destroy() is called to clean up.
> So it is unnecessary to clean up in red_init(), and it
> would cause some refcount underflow.
>
> Fixes: aee9caa03fc3 ("net: sched: sch_red: Add qevents "early_drop" and
> "mark"")
> Reported-and-tested-by: [email protected]
> Reported-and-tested-by: [email protected]
> Cc: Petr Machata <[email protected]>
> Signed-off-by: Cong Wang <[email protected]>
Applied, thank you.