Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298859
b: refs/heads/master
c: e2e110d
h: refs/heads/master
i:
  298857: 6c032a3
  298855: 4bc3794
v: v3
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent 986f839 commit a990400
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: e1d5c0195075abaa45cd04ca397dbeaa0d18c490
refs/heads/master: e2e110d7596656e2badd21c48713bd01e1b40f44
4 changes: 4 additions & 0 deletions trunk/drivers/edac/tile_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ static int __devinit tile_edac_mc_probe(struct platform_device *pdev)
mci->edac_ctl_cap = EDAC_FLAG_SECDED;

mci->mod_name = DRV_NAME;
#ifdef __tilegx__
mci->ctl_name = "TILEGx_Memory_Controller";
#else
mci->ctl_name = "TILEPro_Memory_Controller";
#endif
mci->dev_name = dev_name(&pdev->dev);
mci->edac_check = tile_edac_check;

Expand Down

0 comments on commit a990400

Please sign in to comment.