X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=drivers%2Fscsi%2FBusLogic.c;h=15e4b122d56e93c4330fbbfd1871e6d2c164b7a0;hp=41b5197ce4e6c01cb5de40f8482fb47f43aaa376;hb=c6295cdf656de63d6d1123def71daba6cd91939c;hpb=d3a933dc9851e74581f9f4c8e703e77901ae8d01 diff --git a/drivers/scsi/BusLogic.c b/drivers/scsi/BusLogic.c index 41b5197..15e4b12 100644 --- a/drivers/scsi/BusLogic.c +++ b/drivers/scsi/BusLogic.c @@ -2958,13 +2958,6 @@ static int BusLogic_AbortCommand(struct scsi_cmnd *Command) struct BusLogic_CCB *CCB; BusLogic_IncrementErrorCounter(&HostAdapter->TargetStatistics[TargetID].CommandAbortsRequested); /* - If this Command has already completed, then no Abort is necessary. - */ - if (Command->serial_number != Command->serial_number_at_timeout) { - BusLogic_Warning("Unable to Abort Command to Target %d - " "Already Completed\n", HostAdapter, TargetID); - return SUCCESS; - } - /* Attempt to find an Active CCB for this Command. If no Active CCB for this Command is found, then no Abort is necessary. */