Skip to content

Commit

Permalink
[SCSI] aacraid: fix up le32 issues in BlinkLED
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Salyzyn, Mark authored and James Bottomley committed Nov 7, 2007
1 parent e85fbc5 commit e609696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/aacraid/commsup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e609696

Please sign in to comment.