kobject_put — decrement refcount for object.
void kobject_put (struct kobject * kobj);
void kobject_put (
)
kobj
object.
Decrement the refcount, and if 0, call kobject_cleanup.
kobject_cleanup