[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5233E2E7.5050901@huawei.com>
Date: Sat, 14 Sep 2013 12:15:35 +0800
From: Xie XiuQi <xiexiuqi@...wei.com>
To: Doug Thompson <dougthompson@...ssion.com>,
Mauro Carvalho Chehab <m.chehab@...sung.com>
CC: Linux Edac Mailing List <linux-edac@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH 2/5] i5100_edac: remove .c suffix from the mod name
I found i5100_edac driver used 'xxx_edac.c' as mod name,
but others used 'xxx_edac'. So remove .c suffix.
Signed-off-by: Xie XiuQi <xiexiuqi@...wei.com>
---
drivers/edac/i5100_edac.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/edac/i5100_edac.c b/drivers/edac/i5100_edac.c
index 157b934..b50f52a 100644
--- a/drivers/edac/i5100_edac.c
+++ b/drivers/edac/i5100_edac.c
@@ -31,6 +31,8 @@
#include "edac_core.h"
+#define EDAC_MOD_STR "i5100_edac"
+
/* register addresses */
/* device 16, func 1 */
@@ -1117,7 +1119,7 @@ static int i5100_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
mci->mtype_cap = MEM_FLAG_FB_DDR2;
mci->edac_ctl_cap = EDAC_FLAG_SECDED;
mci->edac_cap = EDAC_FLAG_SECDED;
- mci->mod_name = "i5100_edac.c";
+ mci->mod_name = EDAC_MOD_STR;
mci->mod_ver = "not versioned";
mci->ctl_name = "i5100";
mci->dev_name = pci_name(pdev);
--
1.8.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists