On Wed, 2017-01-18 at 13:34 +0300, Dan Carpenter wrote: > These can be used without being uninitialized but it's only a > printk() > so it's not the end of the world. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > diff --git a/drivers/infiniband/hw/i40iw/i40iw_main.c > b/drivers/infiniband/hw/i40iw/i40iw_main.c > index 2728af3..7b78a17 100644 > --- a/drivers/infiniband/hw/i40iw/i40iw_main.c > +++ b/drivers/infiniband/hw/i40iw/i40iw_main.c > @@ -561,7 +561,7 @@ static enum i40iw_status_code > i40iw_create_cqp(struct i40iw_device *iwdev) > struct i40iw_sc_dev *dev = &iwdev->sc_dev; > struct i40iw_cqp_init_info cqp_init_info; > struct i40iw_cqp *cqp = &iwdev->cqp; > - u16 maj_err, min_err; > + u16 maj_err = 0, min_err = 0; > int i; > > cqp->cqp_requests = kcalloc(sqsize, sizeof(*cqp- > >cqp_requests), GFP_KERNEL); Thanks for the patch, but I dropped this in in lieu of the patch to make cqp_create always set both error codes. -- Doug Ledford <dledford@xxxxxxxxxx> GPG KeyID: B826A3330E572FDD Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
Attachment:
signature.asc
Description: This is a digitally signed message part