On Tue, 28 Oct 2025 at 18:24, <[email protected]> wrote: > > From: Jerin Jacob <[email protected]> > > 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: cb5c1b91f76f ("net/iavf: add thread for event callbacks") > Cc: [email protected] > > Signed-off-by: Jerin Jacob <[email protected]>
Reviewed-by: David Marchand <[email protected]> Tested on fedora 43. -- David Marchand

