commit | 6fe1108f14f4f9581af97cab752f37dc8fa9fdec | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Aug 12 00:30:25 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Oct 24 11:20:37 2010 -0200 |
tree | 88484ab0733ed38cf09526f9d47e4c52d8ac0430 | |
parent | 39300e7143f8ef81b07cee3d8b86880bc4311ea0 [diff] [blame] |
edac_core: Do a better job with node removal Make sure we remove groups at the right order Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c index 6b7e723..b10b45cc 100644 --- a/drivers/edac/edac_mc.c +++ b/drivers/edac/edac_mc.c
@@ -207,6 +207,7 @@ } mci->op_state = OP_ALLOC; + INIT_LIST_HEAD(&mci->grp_kobj_list); /* * Initialize the 'root' kobj for the edac_mc controller