Re: Uninitialized variable in bfad_im_bsg_els_ct_request

2017-01-09 Thread Johannes Thumshirn
On Sun, Dec 18, 2016 at 09:44:27PM +0100, Nicolas Iooss wrote: > Hello, > > Currently on Linus master tree and in linux-next [1], > bfad_im_bsg_els_ct_request() code starts with the following code: > > int > bfad_im_bsg_els_ct_request(struct bsg_job *job) > { > /*...*/ > struct fc_bsg

Uninitialized variable in bfad_im_bsg_els_ct_request

2016-12-18 Thread Nicolas Iooss
Hello, Currently on Linus master tree and in linux-next [1], bfad_im_bsg_els_ct_request() code starts with the following code: int bfad_im_bsg_els_ct_request(struct bsg_job *job) { /*...*/ struct fc_bsg_request *bsg_request = bsg_request; struct fc_bsg_reply *bsg_reply = j

Uninitialized variable in bfad_im_bsg_els_ct_request

2016-12-18 Thread Nicolas Iooss
Hello, Currently on Linus master tree and in linux-next [1], bfad_im_bsg_els_ct_request() code starts with the following code: int bfad_im_bsg_els_ct_request(struct bsg_job *job) { /*...*/ struct fc_bsg_request *bsg_request = bsg_request; struct fc_bsg_reply *bsg_reply = j