> -----Original Message----- > From: Wei Huang <[email protected]> > Sent: 2022年3月16日 15:27 > To: [email protected]; [email protected]; Xu, Rosen <[email protected]>; > [email protected]; [email protected] > Cc: [email protected]; Zhang, Tianfei <[email protected]>; Zhang, Qi Z > <[email protected]>; Yigit, Ferruh <[email protected]>; Huang, Wei > <[email protected]> > Subject: [PATCH v1] raw/ifpga: initialize variable to avoid compile error > > Compile failed with cflag optimization=1 on Ubuntu20.04 with GCC10.3, it > reported vendor_id and dev_id may be used uninitialized in function > ifpga_rawdev_fill_info(). > Actually it's not the truth, the variables are initialized in function > ifpga_get_dev_vendor_id(). To avoid such compile error, the variables are > initialized when they are defined. > > Signed-off-by: Wei Huang <[email protected]> > Acked-by: Tianfei Zhang <[email protected]> > Acked-by: Rosen Xu <[email protected]> > ---
Tested-by: Daxue Gao <[email protected]>

