You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: renesas: rswitch: add missing routines in remove and fix deinit ordering
This patch adds missing unregister functions in driver remove callback,
such as unregister_pernet_subsys and unregister_netevent_notifier.
Also, corrected sequence of deinitialization - it should be executed
in reverse order related to initialization.
Reviewed-by: Dmytro Firsov <[email protected]>
Acked-by: Volodymyr Babchuk <[email protected]>
Signed-off-by: Leonid Komarianskyi <[email protected]>
0 commit comments