]> err.no Git - linux-2.6/blobdiff - drivers/scsi/BusLogic.c
Automatic merge of /spare/repo/netdev-2.6 branch forcedeth
[linux-2.6] / drivers / scsi / BusLogic.c
index 41b5197ce4e6c01cb5de40f8482fb47f43aaa376..15e4b122d56e93c4330fbbfd1871e6d2c164b7a0 100644 (file)
@@ -2957,13 +2957,6 @@ static int BusLogic_AbortCommand(struct scsi_cmnd *Command)
        int TargetID = Command->device->id;
        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.