]> Git Repo - J-linux.git/blobdiff - lib/debugobjects.c
Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/scm/linux...
[J-linux.git] / lib / debugobjects.c
index 337d797a714163460d2e89e55b6cce443d1b52db..4c670d3b6965db9724f9695b4f75720a7df719c6 100644 (file)
@@ -500,9 +500,9 @@ static void debug_print_object(struct debug_obj *obj, char *msg)
                        descr->debug_hint(obj->object) : NULL;
                limit++;
                WARN(1, KERN_ERR "ODEBUG: %s %s (active state %u) "
-                                "object type: %s hint: %pS\n",
+                                "object: %p object type: %s hint: %pS\n",
                        msg, obj_states[obj->state], obj->astate,
-                       descr->name, hint);
+                       obj->object, descr->name, hint);
        }
        debug_objects_warnings++;
 }
This page took 0.028368 seconds and 4 git commands to generate.