]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/sun3_NCR5380.c
ARM: tlbflush.h: introduce TLB_BTB flag
[linux-2.6-omap-h63xx.git] / drivers / scsi / sun3_NCR5380.c
index 264f14ab5a61b0716f5f00e0d2652fced9bcd7a3..bcaba86060abe0787936bff42143776ec81a712e 100644 (file)
@@ -1863,7 +1863,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));