]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/aacraid/linit.c
[SCSI] aacraid: don't assign cpu_to_le32(int) to u8
[linux-2.6-omap-h63xx.git] / drivers / scsi / aacraid / linit.c
index b4c9ff1b08591d508547c0063b39944c34436360..782fae83ab48acb651ddefc6dbd3a82cb3906951 100644 (file)
@@ -584,11 +584,11 @@ static int aac_eh_reset(struct scsi_cmnd* cmd)
         * support a register, instead of a commanded, reset.
         */
        if ((aac->supplement_adapter_info.SupportedOptions2 &
-          le32_to_cpu(AAC_OPTION_MU_RESET)) &&
-         aac_check_reset &&
-         ((aac_check_reset != 1) ||
-          (aac->supplement_adapter_info.SupportedOptions2 &
-           le32_to_cpu(AAC_OPTION_IGNORE_RESET))))
+            cpu_to_le32(AAC_OPTION_MU_RESET)) &&
+           aac_check_reset &&
+           ((aac_check_reset != 1) ||
+            (aac->supplement_adapter_info.SupportedOptions2 &
+             cpu_to_le32(AAC_OPTION_IGNORE_RESET))))
                aac_reset_adapter(aac, 2); /* Bypass wait for command quiesce */
        return SUCCESS; /* Cause an immediate retry of the command with a ten second delay after successful tur */
 }