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
Fix the following error seen with clang 21.1.4
drivers/net/intel/iavf/iavf_vchnl.c:123:38: error: variable
'notify_byte' is uninitialized when passed as a const pointer
argument here [-Werror,-Wuninitialized-const-pointer]
Fixes: cb5c1b9 ("net/iavf: add thread for event callbacks")
Cc: [email protected]
Signed-off-by: Jerin Jacob <[email protected]>
Acked-by: Vladimir Medvedkin <[email protected]>
Reviewed-by: David Marchand <[email protected]>
0 commit comments