Date: Wed, 11 Apr 2007 18:44:33 -0400 From: =?utf-8?q?Kristian_H=C3=B8gsberg?= Subject: firewire: Do an agent reset on error recovery. Signed-off-by: Kristian Høgsberg (Reverted part which moved it from eh_abort_handler to eh_host_reset_handler) Signed-off-by: Stefan Richter --- drivers/firewire/fw-sbp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/drivers/firewire/fw-sbp2.c =================================================================== --- linux.orig/drivers/firewire/fw-sbp2.c +++ linux/drivers/firewire/fw-sbp2.c @@ -1076,7 +1076,7 @@ static int sbp2_scsi_abort(struct scsi_c struct fw_unit *unit = (struct fw_unit *)cmd->device->host->hostdata[0]; fw_notify("sbp2_scsi_abort\n"); - + sbp2_agent_reset(unit); sbp2_cancel_orbs(unit); return SUCCESS;