[PATCH] EDAC: fix module names quoted in sysfs

Fix the quoted module name in the sysfs for EDAC modules and reported by several
people.

Instead of  ../_edac_e752x_/   now the following will be presented, like other
modules:   ../edac_e752x/

Signed-off-by: Doug Thompson <norsk5@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Этот коммит содержится в:
Doug Thompson
2006-07-01 04:35:45 -07:00
коммит произвёл Linus Torvalds
родитель e8c4b9d003
Коммит 929a40ec32
7 изменённых файлов: 12 добавлений и 11 удалений

Просмотреть файл

@@ -29,7 +29,8 @@
#include <linux/slab.h>
#include "edac_mc.h"
#define E7XXX_REVISION " Ver: 2.0.0 " __DATE__
#define E7XXX_REVISION " Ver: 2.0.1 " __DATE__
#define EDAC_MOD_STR "e7xxx_edac"
#define e7xxx_printk(level, fmt, arg...) \
edac_printk(level, "e7xxx", fmt, ##arg)