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
There's no real reason to justify a double-linked list here, so switch
to a single-linked list.
Note the slightly more complex nmmgr_handler_remove() as we first check
whether or not the element to remove is in the list before removing it
(just because we return a different value if it does). This is fine as
this function is not meant to be called again and again.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
0 commit comments