[SCSI] aacraid: fix up le32 issues in BlinkLED

Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
Salyzyn, Mark
2007-11-07 10:58:12 -05:00
committed by James Bottomley
parent e85fbc595a
commit e6096963d2

View File

@@ -1342,7 +1342,7 @@ int aac_check_health(struct aac_dev * aac)
aif->data[0] = AifEnExpEvent; aif->data[0] = AifEnExpEvent;
aif->data[1] = AifExeFirmwarePanic; aif->data[1] = AifExeFirmwarePanic;
aif->data[2] = AifHighPriority; aif->data[2] = AifHighPriority;
aif->data[3] = cpu_to_le32(BlinkLED); aif->data[3] = BlinkLED;
/* /*
* Put the FIB onto the * Put the FIB onto the