Commit 3487735aa54407565278a5a1288119c45210b86c

Authored by Kashyap, Desai
Committed by James Bottomley
1 parent d75733d51f

[SCSI] mptfusion: Remove bus reset for mptsas module

Bus reset is not required for SAS Controller. It is valid for mptspi
and mptfc, but for mptsas it is not required. It is an extra work for
Error handling escallation for mptsas.  Removing bus reset from error
handling will eventually speedup Error handling for SAS controller.

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/message/fusion/mptsas.c
... ... @@ -1973,7 +1973,6 @@
1973 1973 .change_queue_depth = mptscsih_change_queue_depth,
1974 1974 .eh_abort_handler = mptscsih_abort,
1975 1975 .eh_device_reset_handler = mptscsih_dev_reset,
1976   - .eh_bus_reset_handler = mptscsih_bus_reset,
1977 1976 .eh_host_reset_handler = mptscsih_host_reset,
1978 1977 .bios_param = mptscsih_bios_param,
1979 1978 .can_queue = MPT_SAS_CAN_QUEUE,