diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-04-11 18:44:33 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-04-11 19:28:13 -0400 |
commit | 0fc7d6e4f4c243b49077b29466c9e135e3401938 (patch) | |
tree | a863f595b05270b924375a9c346a1c5c9414a37f /drivers/firewire | |
parent | 12f26aa1b172a32604fedcb98d68c7aef268d6ad (diff) |
firewire: Do an agent reset on error recovery.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
(Reverted part which moved it from eh_abort_handler to eh_host_reset_handler)
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/fw-sbp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/fw-sbp2.c index c1e93165efdb..7ce9b811431a 100644 --- a/drivers/firewire/fw-sbp2.c +++ b/drivers/firewire/fw-sbp2.c | |||
@@ -1076,7 +1076,7 @@ static int sbp2_scsi_abort(struct scsi_cmnd *cmd) | |||
1076 | struct fw_unit *unit = (struct fw_unit *)cmd->device->host->hostdata[0]; | 1076 | struct fw_unit *unit = (struct fw_unit *)cmd->device->host->hostdata[0]; |
1077 | 1077 | ||
1078 | fw_notify("sbp2_scsi_abort\n"); | 1078 | fw_notify("sbp2_scsi_abort\n"); |
1079 | 1079 | sbp2_agent_reset(unit); | |
1080 | sbp2_cancel_orbs(unit); | 1080 | sbp2_cancel_orbs(unit); |
1081 | 1081 | ||
1082 | return SUCCESS; | 1082 | return SUCCESS; |