Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82c10ac7 authored by Avri Altman's avatar Avri Altman Committed by Martin K. Petersen
Browse files

scsi: clean obsolete return values of eh_timed_out



Those are no longer in use since commit 242f9dcb
("block: unify request timeout handling").

Signed-off-by: default avatarAvri Altman <avri.altman@wdc.com>
Reviewed-by: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent a83da8a4
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -300,11 +300,7 @@ struct scsi_host_template {
	/*
	 * This is an optional routine that allows the transport to become
	 * involved when a scsi io timer fires. The return value tells the
	 * timer routine how to finish the io timeout handling:
	 * EH_HANDLED:		I fixed the error, please complete the command
	 * EH_RESET_TIMER:	I need more time, reset the timer and
	 *			begin counting again
	 * EH_DONE:		Begin normal error recovery
	 * timer routine how to finish the io timeout handling.
	 *
	 * Status: OPTIONAL
	 */