Re: [PATCH v2] edac: remove dev_attr_sdram_scrub_rate on failure and destory path

2015-02-06 Thread Borislav Petkov
On Wed, Feb 04, 2015 at 08:49:01AM +0800, Junjie Mao wrote: > v2: also remove the sysfs node in edac_remove_sysfs_mci_device > > Signed-off-by: Junjie Mao > --- Thanks Junjie, but I took Takashi's patch instead which converts EDAC sysfs to attribute groups, see here: http://git.kernel.org/cgit/

[PATCH v2] edac: remove dev_attr_sdram_scrub_rate on failure and destory path

2015-02-03 Thread Junjie Mao
v2: also remove the sysfs node in edac_remove_sysfs_mci_device Signed-off-by: Junjie Mao --- drivers/edac/edac_mc_sysfs.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/edac/edac_mc_sysfs.c b/drivers/edac/edac_mc_sysfs.c index 8e48d32efe37..97eefc409cac 100644 --- a/drivers/eda