]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: hisi_sas: Drop hisi_sas_slot_abort()
authorJohn Garry <john.garry@huawei.com>
Wed, 18 Jul 2018 14:14:25 +0000 (22:14 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 20 Jul 2018 01:57:39 +0000 (21:57 -0400)
commit4e32b2f48427ea57743e4bdf9765076133b565ca
treedd26f8d73e5bd66af0d3fbccb104ab0aa2ec3116
parentdb67befa3d90e54e3dfd1b48926c0d833d9feea7
scsi: hisi_sas: Drop hisi_sas_slot_abort()

For some time now we have not used hisi_sas_slot_abort() to handle erroring
slots, apart from in archaic v1 hw.

As such, remove this function and associated code. For v1 hw, move error
handling to same scheme as other hw revisions, where we allow erroring
commands to timeout.

Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hisi_sas/hisi_sas.h
drivers/scsi/hisi_sas/hisi_sas_main.c
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c