Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74524
b: refs/heads/master
c: e609696
h: refs/heads/master
v: v3
  • Loading branch information
Salyzyn, Mark authored and James Bottomley committed Nov 7, 2007
1 parent 69fa02f commit cddef2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e85fbc595aa527e0b3c9a738c4dc1d7717afb30c
refs/heads/master: e6096963d2125294f736df4fc37f4226d0b4d178
2 changes: 1 addition & 1 deletion trunk/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 cddef2e

Please sign in to comment.