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
The list_for_each_entry() macro already handles the case where the list
is empty (by not executing the loop body). It's not necessary to handle
this case specially, so stop doing so.
Cc: Rafal Ozieblo <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Julia Cartwright <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
0 commit comments