Commit e6096963 authored by Salyzyn, Mark's avatar Salyzyn, Mark Committed by James Bottomley

[SCSI] aacraid: fix up le32 issues in BlinkLED

Signed-off-by: default avatarMark Salyzyn <aacraid@adaptec.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent e85fbc59
...@@ -1342,7 +1342,7 @@ int aac_check_health(struct aac_dev * aac) ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment