host_reset and bus_reset is the same function, so drop bus reset. Signed-off-by: Hannes Reinecke <hare@xxxxxxxx> --- drivers/scsi/imm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/imm.c b/drivers/scsi/imm.c index 9164ce12..87c9419 100644 --- a/drivers/scsi/imm.c +++ b/drivers/scsi/imm.c @@ -1106,7 +1106,6 @@ static int imm_adjust_queue(struct scsi_device *device) .name = "Iomega VPI2 (imm) interface", .queuecommand = imm_queuecommand, .eh_abort_handler = imm_abort, - .eh_bus_reset_handler = imm_reset, .eh_host_reset_handler = imm_reset, .bios_param = imm_biosparam, .this_id = 7, -- 1.8.5.6