Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/edac
Dave Peterson 6e5a874850 [PATCH] EDAC: kobject_init/kobject_put fixes
- Remove calls to kobject_init().  These are unnecessary because
  kobject_register() calls kobject_init().

- Remove extra calls to kobject_put().  When we call
  kobject_unregister(), this releases our reference to the kobject.
  The extra calls to kobject_put() may cause the reference count to
  drop to 0 while a kobject is still in use.

Signed-off-by: David S. Peterson <dsp@llnl.gov>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-26 08:57:07 -08:00
..
amd76x_edac.c [PATCH] EDAC: cleanup code for clearing initial errors 2006-03-26 08:57:07 -08:00
e7xxx_edac.c [PATCH] EDAC: cleanup code for clearing initial errors 2006-03-26 08:57:07 -08:00
e752x_edac.c [PATCH] EDAC: cleanup code for clearing initial errors 2006-03-26 08:57:07 -08:00
edac_mc.c [PATCH] EDAC: kobject_init/kobject_put fixes 2006-03-26 08:57:07 -08:00
edac_mc.h [PATCH] EDAC: name cleanup 2006-03-26 08:57:06 -08:00
i82860_edac.c [PATCH] EDAC: cleanup code for clearing initial errors 2006-03-26 08:57:07 -08:00
i82875p_edac.c [PATCH] EDAC: cleanup code for clearing initial errors 2006-03-26 08:57:07 -08:00
Kconfig [PATCH] edac: mark as experimental 2006-03-09 19:47:38 -08:00
Makefile [PATCH] EDAC: core EDAC support code 2006-01-18 19:20:31 -08:00
r82600_edac.c [PATCH] EDAC: cleanup code for clearing initial errors 2006-03-26 08:57:07 -08:00