aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kobject.c')
-rw-r--r--lib/kobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kobject.c b/lib/kobject.c
index 2fdf7fa9e9bd..7a1c203083eb 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -628,7 +628,7 @@ static void kobject_release(struct kref *kref)
628{ 628{
629 struct kobject *kobj = container_of(kref, struct kobject, kref); 629 struct kobject *kobj = container_of(kref, struct kobject, kref);
630#ifdef CONFIG_DEBUG_KOBJECT_RELEASE 630#ifdef CONFIG_DEBUG_KOBJECT_RELEASE
631 pr_debug("kobject: '%s' (%p): %s, parent %p (delayed)\n", 631 pr_info("kobject: '%s' (%p): %s, parent %p (delayed)\n",
632 kobject_name(kobj), kobj, __func__, kobj->parent); 632 kobject_name(kobj), kobj, __func__, kobj->parent);
633 INIT_DELAYED_WORK(&kobj->release, kobject_delayed_cleanup); 633 INIT_DELAYED_WORK(&kobj->release, kobject_delayed_cleanup);
634 schedule_delayed_work(&kobj->release, HZ); 634 schedule_delayed_work(&kobj->release, HZ);