projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d5c01
)
edac: say "TILEGx" not "TILEPro" for the tilegx edac driver
author
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 30 Mar 2012 22:58:37 +0000
(18:58 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:14:06 +0000
(12:14 -0400)
This is just an aesthetic change but it was silly to say TILEPro
when booting up on the tilegx architecture.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
drivers/edac/tile_edac.c
patch
|
blob
|
history
diff --git
a/drivers/edac/tile_edac.c
b/drivers/edac/tile_edac.c
index 1d5cf06f6c6b9757de37fc5ed86b50f93bb048e7..e99d00976189344193e974cc9b972512a8f7359e 100644
(file)
--- a/
drivers/edac/tile_edac.c
+++ b/
drivers/edac/tile_edac.c
@@
-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;