[SCSI] Remove no-op implementations of SCSI EH hooks
Drivers need not implement a hook that returns FAILED, and does nothing else, since the SCSI midlayer code will do that for us. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
@@ -354,7 +354,6 @@ static Scsi_Host_Template driver_template = {
|
||||
.use_clustering = ENABLE_CLUSTERING,
|
||||
.eh_abort_handler = fcp_scsi_abort,
|
||||
.eh_device_reset_handler = fcp_scsi_dev_reset,
|
||||
.eh_bus_reset_handler = fcp_scsi_bus_reset,
|
||||
.eh_host_reset_handler = fcp_scsi_host_reset,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user