diff options
| author | Christoph Hellwig <[email protected]> | 2017-01-30 12:18:57 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2017-02-07 00:09:12 +0000 |
| commit | 28917d40e63a65c3923d45ed190c748e45b90ac7 (patch) | |
| tree | eb8eba87812db0b0efb43c2022f901665f280e65 /drivers/scsi/libsas/sas_init.c | |
| parent | scsi: mvumi: remove fake transport template (diff) | |
| download | kernel-28917d40e63a65c3923d45ed190c748e45b90ac7.tar.gz kernel-28917d40e63a65c3923d45ed190c748e45b90ac7.zip | |
scsi: libsas: remove sas_scsi_timed_out
EH_NOT_HANDLED is the default case if no eh_timed_out method is
provided, so there is no need to supply it.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/libsas/sas_init.c')
| -rw-r--r-- | drivers/scsi/libsas/sas_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_init.c b/drivers/scsi/libsas/sas_init.c index 362da44f2948..15ef8e2e685c 100644 --- a/drivers/scsi/libsas/sas_init.c +++ b/drivers/scsi/libsas/sas_init.c @@ -560,7 +560,6 @@ sas_domain_attach_transport(struct sas_domain_function_template *dft) i = to_sas_internal(stt); i->dft = dft; stt->create_work_queue = 1; - stt->eh_timed_out = sas_scsi_timed_out; stt->eh_strategy_handler = sas_scsi_recover_host; return stt; |
