mbox series

[0/5] scsi: megaraid_sas: some bug fixes and cod cleanup

Message ID 1663145283-4872-1-git-send-email-kanie@linux.alibaba.com
Headers show
Series scsi: megaraid_sas: some bug fixes and cod cleanup | expand

Message

Guixin Liu Sept. 14, 2022, 8:47 a.m. UTC
*** BLURB HERE ***

Hi guys,

This series has bug fix and a few simple cleanups, 
please review.

Guixin Liu (5):
  scsi: megaraid_sas: correct the parameter of scsi_device_lookup
  scsi: megaraid_sas: correct an error message
  scsi: megaraid_sas: simplify the megasas_update_device_list
  scsi: megaraid_sas: remove unnecessary memset
  scsi: megaraid_sas: move megasas_dbg_lvl init to megasas_init

 drivers/scsi/megaraid/megaraid_sas_base.c | 27 ++++++++-------------------
 1 file changed, 8 insertions(+), 19 deletions(-)

Comments

Guixin Liu Sept. 19, 2022, 2:35 a.m. UTC | #1
Hi,

Gentle ping.

Best regards,

Guixin Liu

在 2022/9/14 16:47, Guixin Liu 写道:
> *** BLURB HERE ***
>
> Hi guys,
>
> This series has bug fix and a few simple cleanups,
> please review.
>
> Guixin Liu (5):
>    scsi: megaraid_sas: correct the parameter of scsi_device_lookup
>    scsi: megaraid_sas: correct an error message
>    scsi: megaraid_sas: simplify the megasas_update_device_list
>    scsi: megaraid_sas: remove unnecessary memset
>    scsi: megaraid_sas: move megasas_dbg_lvl init to megasas_init
>
>   drivers/scsi/megaraid/megaraid_sas_base.c | 27 ++++++++-------------------
>   1 file changed, 8 insertions(+), 19 deletions(-)
>
Guixin Liu Sept. 22, 2022, 8:49 a.m. UTC | #2
Hi,

Gentle ping...

I think both "scsi: megaraid_sas: correct the parameter of 
scsi_device_lookup" and

"scsi: megaraid_sas: move megasas_dbg_lvl init to megasas_init " are 
importent issue.

Best regards,

Guixin Liu

在 2022/9/19 10:35, Guixin Liu 写道:
> Hi,
>
> Gentle ping.
>
> Best regards,
>
> Guixin Liu
>
> 在 2022/9/14 16:47, Guixin Liu 写道:
>> *** BLURB HERE ***
>>
>> Hi guys,
>>
>> This series has bug fix and a few simple cleanups,
>> please review.
>>
>> Guixin Liu (5):
>>    scsi: megaraid_sas: correct the parameter of scsi_device_lookup
>>    scsi: megaraid_sas: correct an error message
>>    scsi: megaraid_sas: simplify the megasas_update_device_list
>>    scsi: megaraid_sas: remove unnecessary memset
>>    scsi: megaraid_sas: move megasas_dbg_lvl init to megasas_init
>>
>>   drivers/scsi/megaraid/megaraid_sas_base.c | 27 
>> ++++++++-------------------
>>   1 file changed, 8 insertions(+), 19 deletions(-)
>>
Martin K. Petersen Oct. 1, 2022, 9:22 a.m. UTC | #3
Guixin,

> Guixin Liu (5):
>   scsi: megaraid_sas: correct the parameter of scsi_device_lookup
>   scsi: megaraid_sas: correct an error message
>   scsi: megaraid_sas: simplify the megasas_update_device_list
>   scsi: megaraid_sas: remove unnecessary memset
>   scsi: megaraid_sas: move megasas_dbg_lvl init to megasas_init

Applied to 6.1/scsi-staging, thanks!