Skip to content
Commit 1c5e97c3 authored by Kevin Hao's avatar Kevin Hao Committed by Bruce Ashfield
Browse files

net: octeontx-83xx: Replace flush_scheduled_work() with flush_work()



After the commit c4f135d6 ("workqueue: Wrap flush_workqueue()
using a macro"), a compile warning would be emitted for invocation of
flush_scheduled_work() in order to avoid the usage of this function
anymore. It really makes no sense to flush system_wq in octeontx-83xx,
just flushing the sso->mbox_work should be enough.

Signed-off-by: default avatarKevin Hao <kexin.hao@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 1d8c8061
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment