Re: [PATCH] scsi/megaraid_sas: fix a compilation warning

2019-08-07 Thread Martin K. Petersen
Qian, > The commit de516379e85f ("scsi: megaraid_sas: changes to function > prototypes") introduced a comilation warning due to it changed the > function prototype of read_fw_status_reg() to take an instance pointer > instead, but forgot to remove an unused variable. Applied to 5.4/scsi-queue,

Re: [PATCH] scsi/megaraid_sas: fix a compilation warning

2019-08-06 Thread Sumit Saxena
On Fri, Jul 26, 2019 at 7:55 PM Qian Cai wrote: > > The commit de516379e85f ("scsi: megaraid_sas: changes to function > prototypes") introduced a comilation warning due to it changed the > function prototype of read_fw_status_reg() to take an instance pointer > instead, but forgot to remove an unu

Re: [PATCH] scsi/megaraid_sas: fix a compilation warning

2019-08-05 Thread Qian Cai
Ping. Please take a look at this trivial patch. > On Jul 26, 2019, at 10:25 AM, Qian Cai wrote: > > The commit de516379e85f ("scsi: megaraid_sas: changes to function > prototypes") introduced a comilation warning due to it changed the > function prototype of read_fw_status_reg() to take an insta

[PATCH] scsi/megaraid_sas: fix a compilation warning

2019-07-26 Thread Qian Cai
The commit de516379e85f ("scsi: megaraid_sas: changes to function prototypes") introduced a comilation warning due to it changed the function prototype of read_fw_status_reg() to take an instance pointer instead, but forgot to remove an unused variable. drivers/scsi/megaraid/megaraid_sas_fusion.c: