Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2e110d7 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

edac: say "TILEGx" not "TILEPro" for the tilegx edac driver



This is just an aesthetic change but it was silly to say TILEPro
when booting up on the tilegx architecture.

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent e1d5c019
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;