mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
6e5a874850
- 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> |
||
---|---|---|
.. | ||
amd76x_edac.c | ||
e7xxx_edac.c | ||
e752x_edac.c | ||
edac_mc.c | ||
edac_mc.h | ||
i82860_edac.c | ||
i82875p_edac.c | ||
Kconfig | ||
Makefile | ||
r82600_edac.c |