Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297032
b: refs/heads/master
c: b6378cb
h: refs/heads/master
v: v3
  • Loading branch information
Niklas Söderlund authored and Mauro Carvalho Chehab committed Mar 21, 2012
1 parent 8010476 commit cc64d96
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: 7fae0db43906ef182b3aee22415c9042ab18d6e6
refs/heads/master: b6378cb3e545912a19e6355aa9171326fdc004d8
2 changes: 1 addition & 1 deletion trunk/drivers/edac/i5100_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define I5100_FERR_NF_MEM_M6ERR_MASK (1 << 6)
#define I5100_FERR_NF_MEM_M5ERR_MASK (1 << 5)
#define I5100_FERR_NF_MEM_M4ERR_MASK (1 << 4)
#define I5100_FERR_NF_MEM_M1ERR_MASK 1
#define I5100_FERR_NF_MEM_M1ERR_MASK (1 << 1)
#define I5100_FERR_NF_MEM_ANY_MASK \
(I5100_FERR_NF_MEM_M16ERR_MASK | \
I5100_FERR_NF_MEM_M15ERR_MASK | \
Expand Down

0 comments on commit cc64d96

Please sign in to comment.