Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df23e4 commit e92eb24Copy full SHA for e92eb24
drivers/gpu/drm/i915/i915_active.c
@@ -92,8 +92,7 @@ static void debug_active_init(struct i915_active *ref)
92
static void debug_active_activate(struct i915_active *ref)
93
{
94
lockdep_assert_held(&ref->tree_lock);
95
- if (!atomic_read(&ref->count)) /* before the first inc */
96
- debug_object_activate(ref, &active_debug_desc);
+ debug_object_activate(ref, &active_debug_desc);
97
}
98
99
static void debug_active_deactivate(struct i915_active *ref)
0 commit comments