提交 e6096963 编写于 作者: S Salyzyn, Mark 提交者: James Bottomley

[SCSI] aacraid: fix up le32 issues in BlinkLED

Signed-off-by: NMark Salyzyn <aacraid@adaptec.com>
Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
上级 e85fbc59
......@@ -1342,7 +1342,7 @@ int aac_check_health(struct aac_dev * aac)
aif->data[0] = AifEnExpEvent;
aif->data[1] = AifExeFirmwarePanic;
aif->data[2] = AifHighPriority;
aif->data[3] = cpu_to_le32(BlinkLED);
aif->data[3] = BlinkLED;
/*
* Put the FIB onto the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册