Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83813
b: refs/heads/master
c: 56e61a9
h: refs/heads/master
i:
  83811: 86ae994
v: v3
  • Loading branch information
Doug Thompson authored and Linus Torvalds committed Feb 7, 2008
1 parent 1188374 commit 0cf6464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa9ff4b185b8f7f124c1c6686f02e690f0625287
refs/heads/master: 56e61a9c5fe7b799504b125c278b56cc2c42670f
4 changes: 4 additions & 0 deletions trunk/drivers/edac/edac_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ struct edac_device_ctl_info *edac_device_alloc_ctl_info(
dev_ctl->instances = dev_inst;
dev_ctl->pvt_info = pvt;

/* Default logging of CEs and UEs */
dev_ctl->log_ce = 1;
dev_ctl->log_ue = 1;

/* Name of this edac device */
snprintf(dev_ctl->name,sizeof(dev_ctl->name),"%s",edac_device_name);

Expand Down

0 comments on commit 0cf6464

Please sign in to comment.