Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24143
b: refs/heads/master
c: e009356
h: refs/heads/master
i:
  24141: 3bc1b03
  24139: cee7097
  24135: 47adfe9
  24127: 3995140
v: v3
  • Loading branch information
Dave Peterson authored and Linus Torvalds committed Mar 26, 2006
1 parent 16826a3 commit aac466f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: f3479816bb549bbbc04d2332e77bbe0b92230bbc
refs/heads/master: e009356f738634d8a137cca35503b9b33322c858
6 changes: 2 additions & 4 deletions trunk/drivers/edac/e752x_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,7 @@ static inline void membuf_error(u8 errors, int *error_found, int handle_error)
do_membuf_error(errors);
}

#if 0
char *sysbus_message[10] = {
static char *sysbus_message[10] = {
"Addr or Request Parity",
"Data Strobe Glitch",
"Addr Strobe Glitch",
Expand All @@ -484,7 +483,6 @@ char *sysbus_message[10] = {
"Memory Parity",
"IO Subsystem Parity"
};
#endif /* 0 */

static void do_sysbus_error(int fatal, u32 errors)
{
Expand All @@ -493,7 +491,7 @@ static void do_sysbus_error(int fatal, u32 errors)
for (i = 0; i < 10; i++) {
if (errors & (1 << i))
e752x_printk(KERN_WARNING, "%sError System Bus %s\n",
fatal_message[fatal], global_message[i]);
fatal_message[fatal], sysbus_message[i]);
}
}

Expand Down

0 comments on commit aac466f

Please sign in to comment.