Skip to content

Commit 29081c2

Browse files
bvanasschemartinkpetersen
authored andcommitted
scsi: scsi_debug: Skip host/bus reset settle delay
Skip the reset settle delay during error handling since the scsi_debug driver doesn't need this delay. Signed-off-by: Bart Van Assche <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent ebbf01f commit 29081c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/scsi_debug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8733,6 +8733,7 @@ static struct scsi_host_template sdebug_driver_template = {
87338733
.max_sectors = -1U,
87348734
.max_segment_size = -1U,
87358735
.module = THIS_MODULE,
8736+
.skip_settle_delay = 1,
87368737
.track_queue_depth = 1,
87378738
.cmd_size = sizeof(struct sdebug_scsi_cmd),
87388739
.init_cmd_priv = sdebug_init_cmd_priv,

0 commit comments

Comments
 (0)