Message ID | 1663840018-50161-1-git-send-email-john.garry@huawei.com |
---|---|
Headers | show |
Series | libsas and drivers: NCQ error handling | expand |
Hi John! > Based on mkp-scsi @ 6.1/scsi-staging 7f615c1b5986 ("scsi: > scsi_transport_fc: Use %u for dev_loss_tmo") Can you please rebase on top of the latest staging? There are a couple of pm8001 conflicts. Thanks!
On 25/09/2022 19:02, Martin K. Petersen wrote: Hi Martin, >> Based on mkp-scsi @ 6.1/scsi-staging 7f615c1b5986 ("scsi: >> scsi_transport_fc: Use %u for dev_loss_tmo") > Can you please rebase on top of the latest staging? There are a couple > of pm8001 conflicts. Sorry about that, I did test that it applied ok but I did not test building it again. Anyway, this is the only issue I saw: drivers/scsi/pm8001/pm8001_hwi.c: In function ‘pm8001_mpi_task_abort_resp’: drivers/scsi/pm8001/pm8001_hwi.c:3520:15: error: ‘pm8001_dev’ undeclared (first use in this function); did you mean ‘pm8001_dbg’? 3520 | atomic_dec(&pm8001_dev->running_req); | ^~~~~~~~~~ | pm8001_dbg Was there another issue? Thanks, John