diff options
Diffstat (limited to 'drivers')
-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; |