]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/atari_NCR5380.c
Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of git...
[linux-2.6-omap-h63xx.git] / drivers / scsi / atari_NCR5380.c
index d2ca3fa4fcf514796ef3b5d68d65d7b9bfa85ea5..93b61f148653c5507dc076151c26fde0af73f14c 100644 (file)
@@ -1868,7 +1868,7 @@ static int do_abort(struct Scsi_Host *host)
         * the target sees, so we just handshake.
         */
 
-       while (!(tmp = NCR5380_read(STATUS_REG)) & SR_REQ)
+       while (!((tmp = NCR5380_read(STATUS_REG)) & SR_REQ))
                ;
 
        NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp));